Re: Session implementation for Python

2006-08-10 Thread Vlad Dogaru
Bruno Desthuilliers wrote: > Vlad Dogaru wrote: > > Hello, > > > > is there any PHP-like implementation for sessions in Python? I fear > > that writing my own would be seriously insecure, besides I could > > actually learn a lot by inspecting the code. > > > > The reason I am asking is that I woul

Re: Session implementation for Python

2006-08-09 Thread Bruno Desthuilliers
Vlad Dogaru wrote: > Hello, > > is there any PHP-like implementation for sessions in Python? I fear > that writing my own would be seriously insecure, besides I could > actually learn a lot by inspecting the code. > > The reason I am asking is that I would like to implement simple scripts > wh

Re: Session implementation for Python

2006-08-09 Thread _max
Flup does sessions, in the form of a WSGI middleware: http://www.saddi.com/software/flup/ Vlad Dogaru wrote: > Hello, > > is there any PHP-like implementation for sessions in Python? I fear > that writing my own would be seriously insecure, besides I could > actually learn a lot by inspecting the

Session implementation for Python

2006-08-09 Thread Vlad Dogaru
Hello, is there any PHP-like implementation for sessions in Python? I fear that writing my own would be seriously insecure, besides I could actually learn a lot by inspecting the code. The reason I am asking is that I would like to implement simple scripts which require login with CGI (no mod_