19 Jun
2005
19 Jun
'05
12:12 p.m.
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)