18 Jun
2005
18 Jun
'05
4:34 p.m.
--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