Re: [Zope] [Logout script] How to code it ?
15 Sep
2003
15 Sep
'03
9:34 a.m.
OdesÃlatel: Jaroslav Lukesh <lukesh@seznam.cz>
OdesÃlatel: Sinclair <fred.duwez@freesurf.fr> I need to insert a logout button on my web application toolbar, but I really don't know how to do that.
In pure HTML as <a href="restricted/folder">button</a>
while "restricted/folder" have "user folder" object.
Sorry, I was blind. For logout: <dtml-call "REQUEST.set ('form_action', '/restricted/folder/acl_users/user_logout')"> <a href="&dtml-form_action;">LOGOUT</a> But for basic auth is no logout, login is sent with each page request, so you dont need logout. Regards JL.
8239
Age (days ago)
8239
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jaroslav Lukesh