[Zope] logout

Erik Myllymaki erik@pacific-shores.com
Tue, 13 Jun 2000 10:51:19 -0700


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,