No, not just only once but rather for one browser session. If the page is reloaded again the method shouldnt be called. Only if the user comes for a next visit, the method should be called again. It actually should be easy, I'm just not familiar with dtml programming yet. However I'd like to have it with dtml since I have the dtml-call method already using.. On 6/18/05, Andreas Jung <lists@andreas-jung.com> wrote:
--On 18. Juni 2005 18:16:48 +0200 Andy Kim <dobedo@gmail.com> wrote:
Hi, I'm a beginner. I'd like allow a dtml method call e.g. <dtml-call method> for one session only. how do I do this with dtml? could anyone help me?
What do you mean by that? Should it callable only once? If yes then of course use a flag which you can store inside the user session.
-aj