durusmail: quixote-users: Session management and mod_python
Session management and mod_python
2003-01-13
2003-01-13
Session management and mod_python
Jonathan Corbet
2003-01-13
> I've been trying to figure out how to do session management with
> mod_python instead of CGI, but with no success. Can someone help me
> please? A short dummy example would be most welcome.

If you dig into the list archives, I posted the bulk of my session code
there some time ago.

What sort of trouble are you having?  There's nothing particularly strange
about doing sessions under mod_python.  You *do* have to arrange for
persistence, of course, along with some way of distributing session
information across the multiple apache processes.  But there's plenty of
ways to do that.

jon

Jonathan Corbet
Executive editor, LWN.net
corbet@lwn.net

reply