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 ....