1 Apr
2005
1 Apr
'05
9:07 p.m.
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