[Zope-DB] Logout script
Charlie Clark
charlie@begeistert.org
Wed, 26 Mar 2003 10:16:45 +0100
On 2003-03-26 at 02:57:25 [+0100], CY wrote:
> Hello senior zopist
>
> I like some help on writing a "Logout" dtml method for a "login-ed"
> user. Can someone give me a tip?
mm, this is actually off-topic. You should check the Zope-Help for the API
but you can also just look at the source of the top frame in the ZMI where
the logout button is.
Without having the docs it's something like <dtml-var
expr="acl_user.logout()">
For peace
Charlie