I am trying to set a cookie in the response object, with the code: response.addHeader("Set-Cookie", "this=that");
Unfortunatley, there is no expiration time set, so when the cookie comes through it is treated as a session cookie and not stored. Is there syntax that would allow this cookie to be set with an expiration date (for example: one month)? Thanks, Jay ___________________________________________________________________________ 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