----- Original Message -----
From: Dieter Maurer <dieter@handshake.de>
To: <aleciesse@infinito.it>
Cc: <zope@zope.org>
Sent: Friday, March 08, 2002 9:16 PM
Subject: Re: [Zope] CookieCrumbler logout problems


> Are you?

How can I know what kind of authentication am I using? DTML method
logged_out simply conrtrols if the curren user is Anonymous User by the call

_.SecurityGetUser().getUserName()

But if I was logged in it obviously returns my user name (or not?).

If, so, How can I say to CookieCrumbler that I want to use real cookie
authentication?

Thanks

Alex Cordero