[Zope] Logout url for cookie crumbler??

Andrew Veitch andrew at logicalprogression.net
Mon Aug 11 13:33:31 EDT 2003


You need to use the url: mysite/cookie/logout assuming that your
cookiecrumbler was called 'cookie'.

This is because to login you just need to call a protected method which will
probably be any part of your site but to logout you need to call
CookieCrumbler's logout method.

Andrew

-- 
Logical Progression Ltd, 20 Forth Street, Edinburgh EH1 3LH, UK
Tel: +44 (0)131 550 3733 Web: http://www.logicalprogression.net/


From: "IJSZZ" <ijsman77 at hotmail.com>
Date: Mon, 11 Aug 2003 11:45:51 +0200
To: "Zope mailing list" <zope at zope.org>
Subject: [Zope] Logout url for cookie crumbler??

I installed cookie crumbler 1.1 and i can now use custom login screens.
 
When a user is logged i also want them to have a logout option. But this
does not work.
 
mysite/logout returna a page not found error.
 
With login this does work. Do i have to make a new page? I fidn this weird
since tie login pages are created with the cookie crumbler. The
documentation about this is also very poor so i hope someone here knows how
to do this.


_______________________________________________
Zope maillist  -  Zope at zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )





More information about the Zope mailing list