<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