|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: Session management and PERLby techy (Scribe) |
| on Dec 21, 2001 at 17:17 UTC ( [id://133826]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Using Apache::Session in combination with Apache::StickyQuery would allow sessions that are stored without using cookies. If you are not using mod_perl, it is also possible to do your own URL rewriting, by rewriting all links as either nextpage.cgi?sess_id=(apache session id) or nextpage.cgi/(apache session id) (useful for POST operations), and then using that session id in the next page. Thanks, techy
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||