hi, I am using zope for my project. 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. is there any solution for this. thanks in advance. subbu
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
what is cookie and how to use that. thanks. .... -----Original Message----- .... From: Dieter Maurer [mailto:dieter@handshake.de] .... Sent: Tuesday, February 13, 2001 1:58 AM .... To: K H Subrahmanyan .... Cc: zope@zope.org .... Subject: RE: Authentication for each access .... .... .... 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 ....
Hello,
what is cookie and how to use that.
This how-to page gives an explanation on using cookies with Zope. http://www.zope.org/Members/BwanaZulia/cookies Hope that helps, Jake -- Jake Berglund <jwb@imeme.net> Online Community Building http://imeme.net - Affordable Dynamic Zope Webhosting http://nconsequential.org - modern audio architecture
participants (3)
-
Dieter Maurer -
Jake Berglund -
K H Subrahmanyan