Session variables?

Tuure Laurinolli tuure at laurinolli.net
Mon Apr 5 18:17:14 EDT 2004


Steve wrote:
> Hi,
> 
> I'm trying to find a clean way of sharing variables across different 
> python webpages and scripts and I need something like a session variable 
> for each user. Is this possible in Python? I've been "pickling" stuff 
> and this doesn't work at all with mutliple users as things get mixed up. 
> Is there any clean way of doing this? Thanks,

The session module in jonpy package seems to be a nice base for 
sessions, though it lacks some features like explicitly deleting a session.



More information about the Python-list mailing list