Clinton Sandy <[EMAIL PROTECTED]> writes: > When I make repeated GET request to my servlet from the same browser > window, I get the same session ID as expected. But when I do a POST > request from the same window I get a new session ID. I don't understand > why the POST is causing a new session to be created. Is it supposed to > work this way? I'm new to this so what am I missing here? Any help is > greatly appreciated. Thanks.
If the POST is to the same web application (Servlet Context) as the GET then your servlet engine is not working properly. Nic Ferrier ___________________________________________________________________________ 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