jeyroz has asked for the wisdom of the Perl Monks concerning the following question:
I'm using Apache::Session to handle session data and am looking into alternatives to writing a session id cookie. I know that the common alternative is to write the id into the url and pass it between requests but I have heard this can be a tedious task ... which brings me to my question.
I have just begun to read up on Apache's mod_rewrite (used to manipulate url strings) and was wondering if anyone has had success using mod_rewrite to pass a session id through a url.
I appologize if this question is baseless as I am just now learning about the possibilities of the Apache mod.
author => jeyroz
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Keeping track of a session id (mod_rewrite?)
by perrin (Chancellor) on Jun 18, 2005 at 17:26 UTC | |
Re: Keeping track of a session id (mod_rewrite?)
by jasonk (Parson) on Jun 18, 2005 at 14:53 UTC | |
Re: Keeping track of a session id (mod_rewrite?)
by davidrw (Prior) on Jun 18, 2005 at 15:20 UTC |
Back to
Seekers of Perl Wisdom