[Zope] Logout question

Daniel G. Rusch drusch@globalcrossing.com
Tue, 16 Nov 1999 11:10:09 -0600


<dtml-raise Unauthorized>
  <!--#call "RESPONSE.redirect('logged_out')"-->
</dtml-raise>

There are actually two problems with the above:

1. It doesn't actually log you out, hit the back button and you're in.
2. You don't get to the redirect statement.


Any thoughts?

DR