Peter,
You are correct. When hitting Tomcat directly, the session remains intact.
When using mod_proxy to forward requests to Apache the session is lost.
Is this a common issue? How can I go about correcting this?

Thanks
- D

-----Original Message-----
From: Peter Crowther [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 22, 2006 12:04 PM
To: Tomcat Users List
Subject: RE: New session PER REQUEST

> From: Darren Hall [mailto:[EMAIL PROTECTED] 
> 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.)

What happens if you connect directly to Tomcat (if necessary, set up a
connector) and bypass Apache?

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to