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)
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )