durusmail: quixote-users: Session Management and Multiple Processes
Session Management and Multiple Processes
2004-06-02
2004-06-02
2004-06-02
2004-06-02
2004-06-02
Session Management and Multiple Processes
Jason Sibre
2004-06-02
Quoting Jeff Rush :


> Can someone point me to a Quixote-friendly technology that is a
> just-add-water quick'n'easy session manager.  Quixote looked so simple
> so I must be missing something as sessions aren't that exotic of a
> requirement.

There's a bit of code (it's in the session_demo.cgi file) that comes with
Quixote that implements a fairly simple FS based session storage system.  It
just pickles the session, and writes it to a file.  It's pretty simple stuff
and easily extended.  Don't expect blazing performance, but don't be surprised
if it performs plenty fast enough, either.

Jason


reply