[Zope] RE: Authentication for each access
Dieter Maurer
dieter@handshake.de
Mon, 12 Feb 2001 21:27:43 +0100 (CET)
K H Subrahmanyan writes:
> nothing should be able to see without password.
>
> So I want to make a script logout.
> so , when an user runs that(java scrit), if he again tries to
> enter into the same page,
> it should again ask for password.
>
> Since the browser remembers the password , it won't ask again.
You can go for a cookie based authentication
and expire the cookie after each successful access.
Dieter