Hi,
1. I have a doubt regarding Cookie.setMaxAge(int expiry) function. In a
servlet, I invoke function setMaxAge(120) on a Cookie. This will set the
expiry date of the cookie as 120 seconds. Is the expiry clock for the
cookie running on server or the client ? If clock is running on the server
then does the clock stops after servlet instance shuts down(or after httpd
stops running).

2. Where on the client PC does cookie stored(on windows , and on unix
also). I cannot see anything created in c:\windows\cookies directory when
the servlet sends the cookie. Is the cookie getting stored on the client in
file sk.txt in JWS root directory ? I have JWS installed, but on actual
clients in which directory servlet cookies will be stored(should be in
browser specific cookie directory I think !)

-mukul

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to