Novice Question on HTTP Session Persistence

Alex Martelli aleaxit at yahoo.com
Fri Aug 17 14:44:57 EDT 2001


"chief crazy bLanKeT" <ccb at pan-tr.com> wrote in message
news:mailman.998069439.9056.python-list at python.org...
> Hi,
>
> Is there a document on how to persist objects (like username and login
> information for ex.) into the HTTP session ?

See module Cookie in the standard Python library (2.1 and later,
I believe).


Alex






More information about the Python-list mailing list