Safe eval?

Philipp Lenssen lenssen at hitnet.rwth-aachen.de
Tue Apr 16 17:17:27 EDT 2002


"Philipp Lenssen" <lenssen at hitnet.rwth-aachen.de> wrote in message
news:a9i41d$dqo$1 at nets3.rz.RWTH-Aachen.DE...
>..
> However in the PHP version, and how I'm currently laying it out in the
> Python port, the session data is put into hidden form variables.
>..
> I still like this concept
> currently because it allows me to not be dependent on HTTP header cookies
> when I use the language internal session methods.
>..

(And what should be just as important, the complete game state can be saved
by simply saving the webpage on the client-side, and it can be called any
time later on without any server-side session time-outs ruining the fun. I
got the idea from http://www.ifiction.org .)





More information about the Python-list mailing list