13 Jun
2000
13 Jun
'00
5:51 p.m.
I saw this little bit posted in the mailinglist archives: <dtml-raise Unauthorized> </dtml-raise> I made a DTML method with just these two lines in it. Of course when I call it I get into a recursive *logout -> login and call this method again -> logout -> login and call this method again ...* loop. What is the cleanest way to avoid this? Thanks,