> From: denis.laro...@pwc.ca [mailto:denis.laro...@pwc.ca] > Subject: Struts application used as a web service (large number of sessions)
> I wrote a Struts application deployed on a Tomcat server > that is used as a web service. Exact Tomcat version? > I guess this is because there's no JSESSIONID cookie sent > with the request. So your clients are violating the spec by ignoring cookies? If so, you can set cookies="false" in the <Context> element for your webapp, _and_ always use URL rewriting for your responses. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org