[Zope] Cookie userfolder - Redirect after login
Dieter Maurer
dieter@handshake.de
Tue, 12 Feb 2002 21:43:10 +0100
Max M writes:
> I am trying out the cookie userfolder. I have a login screen on the
> frontpage that posts username and password to the user folder.
> ...
> What I want to achieve is that when the user is logged on, he gets
> redirected to a new personal page....
I do not know "Cookie Userfolder". But usually, cookie based logins
try to redirect to the page where the original "Unauthorized"
exception was raised. In order to do that, the login form defines
a hidden variable. When you give this variable the URL
of your target page, everything should work fine.
Dieter