Session CGI!

simo simoninusa2001 at yahoo.co.uk
Sat Feb 21 18:43:25 EST 2004


johng2001 at rediffmail.com (John) wrote in message news:<ba129ce7.0402211010.231375d7 at posting.google.com>...
> I need a web app framework in python with support for session
> management (ala ASP/PHP). However, unlike some modules I found, I need
> to integrate with an existing Apache install without opening any new
> application server ports (not my server). Is there such a module which
> I can just toss it into pythonpath and get to work?

You could use cookies and/or database writes. Never been a big fan of
PHP sessions myself - they are basically temp files and GET variables
after all....



More information about the Python-list mailing list