<div dir="ltr">Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you for your quick replay. I am using CookieCrumbler product which does cookie based authentication. The product modify the client request and server response but when user want to log out it calling the&nbsp; &quot;manage_zmi_logout&quot;&nbsp; functaion which pass&nbsp; basic authenticate in response header that&#39;s&nbsp; why it&nbsp; calling&nbsp; login window . I don&#39;t want to show any window and also i want to fully logout&nbsp; user&nbsp; from zope is any way to do that .<br>
<br>Thank and Regards,<br>vaibhi<br><br><br><br><br><div class="gmail_quote">On Wed, Sep 17, 2008 at 6:58 PM, Tino Wildenhain <span dir="ltr">&lt;<a href="mailto:tino@wildenhain.de">tino@wildenhain.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">vaibhav pol wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear all,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I create logout page in my site when user want to logout it will submit the page &nbsp;of page submit i called &quot;manage_zmi_logout&quot; function . which promt me for again &nbsp;login user name password window i want redirect &nbsp;user to login page &nbsp;but &nbsp;if redirect &nbsp;whiout calling &quot;manage_zmi_logout&quot; function user not actualy logout from zope is any other way to kill user session &nbsp;please tell me.<br>

</blockquote>
<br></div>
Is there a question somewhere?<br>
<br>
Looks like you are trying to log out a &quot;basic auth&quot;. This is not<br>
really possible - the protocol has nothing to support it.<br>
What zope does is using a dirty trick - most browsers expire<br>
sending the auth header when they get a 401 response (look up your<br>
copy of rfc2616).<br>
<br>
What you probably want is to use a cookie based authorization.<br>
<br>
Did you already explore zope PAS?<br>
<br>
Cheers<br><font color="#888888">
Tino<br>
</font></blockquote></div><br></div>