http://tomcat.apache.org/connectors-doc/howto/workers.html
Search for "sticky_session" on this page. -----Original Message----- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 11:42 AM To: 'Struts Users Mailing List' Subject: New Session PER REQUEST I have a serious problem. I'm running a webapp built on Struts 1.2.9 running in Tomcat 5.5 and using an Apache 2.2 http server. I've noticed that any value I put into the session is always removed after one request/response cycle. In the Tomcat Manager, I can see that every time I hit the webapp and view a page, the session count increments. This is terrible, as it prevents me from persisting values across my user's session. Any idea why this would be happening?? (I'm looking for a starting point to trouble shoot and correct this issue.) Thanks - Darren --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]