[Zope] Logout User
   
    Casey Duncan
     
    casey@zope.com
       
    Thu, 5 Sep 2002 11:15:38 -0400
    
    
  
On Thursday 05 September 2002 10:54 am, Borislav wrote:
> I'm not certain. I haven't changed the default installation of Zope=20
> 2.5.1. If you tell me where to look, I'll be more specific.
>=20
> --Borislav
The default is basic auth, which has no intrinsic notion of logging out. =
If=20
you install the CookieCrumbler product, that will let you use cookie auth=
 and=20
you will be able to log out users by expiring their cookies.
hth,
-Casey