Re: AW: [Zope] Newbie question: Log out completely
Well, I used a form and cookie based auth already. I used exUserFolder product. I did try using CookieCrumbler, but I had difficulties to log into Zope Management Interface (I have written about this in this list). :) Thanks. -mico- -------Original Message------- From: Germer, Carsten Date: Tuesday, April 22, 2003 6:30:54 PM To: 'Mico Siahaan' Subject: AW: [Zope] Newbie question: Log out completely This has been discussed lengthly on the list :) If you use the standard authentification which gives users the popup window (HTTP-Basic-Auth) then there is hardly any logout possible. The browser caches the usn/pwd for the site and unless closed it will send the uns/pwd again when challenged. You can use the "Cookie Crumbler" product to switch to a form and cookie based auth. Afaik Zopes "logout" will then work. /Gem
participants (1)
-
Mico Siahaan