[Zope] Re: login page problem

Dieter Maurer dieter at handshake.de
Fri Apr 1 16:07:38 EST 2005


prabuddha ray wrote at 2005-3-30 23:50 -0800:
> ...
>now my problem how n where do i check d pwd n redirect to the next zpt
>or the previous one if its wrong.

Apparently, you need some background reading...

Especially, you need to understand that HTTP is a stateless
protocol and *EACH* request must somehow perform its own
authentication. That's why usually login information is
(somehow) coded in a cookie.

You really should follow the advice to look at an existing
UserFolder (they are responsible for authentication).
You may need to adapt/extend an existing UserFolder.


-- 
Dieter


More information about the Zope mailing list