Session variable in python

Michal Wallace sabren at manifestation.com
Wed Feb 9 11:58:06 EST 2000


rchowd1 at my-deja.com wrote in message <87q726$8ir$1 at nnrp1.deja.com>...
>How do we handle sessions in python (server side) ?
>
>Could you please explain with a simple example with a form (client-side)
>and python (server-side).


check out http://phplib.netuse.de

it's not for python... but it explains an object model that could be easily
ported
to python if someone had the time..

(i thought about porting it myself, and modifying it to use something
like WDDX to store session variables in a language-neutral way, but
I just haven't had the time..)

-michal






More information about the Python-list mailing list