BrentDax has asked for the wisdom of the Perl Monks concerning the following question:
Because of privacy concerns by many people and size limits, I doubt I'll be able to use cookies. So I'll need a server-side mechanism (probably based on having the session ID in the URL) that's cross-server (which I think eliminates Apache::Session) and doesn't requre a relational database--the best I have access to is DBM. (I can't install MySQL or whatever--it's not my server.) Does such a mechanism exist? If not, do you have any tips on how to go about writing one? (And do you think releasing CGI::Session::DBM or whatever it would end up being to CPAN would be helpful?)
=cut
--Brent Dax
There is no sig.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: CGI question: session management mechanisms
by perrin (Chancellor) on Sep 23, 2002 at 16:49 UTC | |
Re: CGI question: session management mechanisms
by swiftone (Curate) on Sep 23, 2002 at 21:00 UTC | |
Re: CGI question: session management mechanisms
by Hero Zzyzzx (Curate) on Sep 23, 2002 at 22:01 UTC | |
Re: CGI question: session management mechanisms
by sch (Pilgrim) on Sep 23, 2002 at 16:42 UTC | |
Re: CGI question: session management mechanisms
by husoft (Monk) on Sep 23, 2002 at 16:57 UTC |