Phil Harris wrote:
> 
> Try something like this:
> 
> <!--#var standard_html_header-->
> <dtml-call "acl_users.logout(REQUEST=REQUEST)">
> <dtml-call "RESPONSE.redirect('index_html')">
> <!--#var standard_html_footer-->
> 
> Works for me
I suspect it works only for cookie-based auth, as with the default
authentication 
the browser automatically reauthenticates ;(
-----------
Hannu