24 Jan
2000
24 Jan
'00
12:12 p.m.
On Mon, Jan 24, 2000 at 05:47:20AM -0600, Stephan Richter wrote:
Hello Everyone,
Hello
how does the DTML look like when I want to log out?
IIRC: <dtml-call "acl_users.logout(REQUEST)"> or <dtml-var "acl_users.logout(REQUEST)"> (in which case the docLogout document from acl_users is included).
I basically have everythin written of authenticating a user using acl_users (UserDB). Now I want to log this user out. How can I do this?
-Petru