Session variables?

Steve nospam at nopes
Sun Apr 4 21:47:16 EDT 2004


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,


Steve




More information about the Python-list mailing list