[Zope] FSSession trouble

Peter Bengtsson mail@peterbe.com
Mon, 11 Jun 2001 16:49:03 +0200


Thank you. I took it.
I still think the FSSession should have a check for it so that you don't
have to care in your Python Scripts or DTML *.

BTW, why do you name your variable with two __ underscores?
In python, I thought only the underscores in the begin matters (more or
less).
Just curious.

Cheers,
Peter

> <dtml-unless SessionInitialized__>
>   <dtml-call FSSession>
>   <dtml-call "REQUEST.set('SessionInitialized__',1)">
> </dtml-unless>
>
>
> This way, we can call "initializeSession" whenever we think, we
> may access session data without worring whether it has already been
> done.
>
>
>
> Dieter