Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Adding sessionid to all links in HTML-document

by skx (Parson)
on Feb 23, 2009 at 22:29 UTC ( [id://745848]=note: print w/replies, xml ) Need Help??


in reply to Adding sessionid to all links in HTML-document

I suspect the most pragmatic approach here might be to change your session-management to use cookies.

Outputting a cookie with session ID in it has got way way less overhead than having to output each file with changed contents.

Failing that you might want to look to see if there is an Apache module that would let you do what you want. There are certainly output filters which can modify the output the server sends after generation - and that would be a good hook to use.

Steve
--
  • Comment on Re: Adding sessionid to all links in HTML-document

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://745848]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (1)
As of 2024-04-25 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found