[Zope] dtml sessions

Tino Wildenhain tino at wildenhain.de
Sun Jun 19 08:12:45 EDT 2005


Am Sonntag, den 19.06.2005, 06:08 +0200 schrieb Andy Kim:
> No, I am not using the user system here.
> It is just a simple use.
> All I want is to put a session-conditional call for a dtml method within a
> simple page with this method.
> 

if not REQUEST.SESSION.get("marker",""):
    yourcall()
    REQUEST.SESSION.set("marker","call done")


transfer this to DTML or use a python script for coding
(since its easier)




More information about the Zope mailing list