12 Feb
2001
12 Feb
'01
8:27 p.m.
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