Not sure if this is an Apache, Tomcat or Struts issue but here goes !


Has anyone experienced any problems with Sessions being lost between actions ? We have a situation where we place an object into Session Context and then forward to another Action (we are using Struts). We can clearly see that the object is being put into the Session Context but when we access the attribute at the other end it appears that the Session itself is 'gone' - the request.getRequestedSessionId() is null and the attribute we try and read is null..

We are using Apache and Tomcat and have mapped multiple domains within a single Tomcat instance. Is this an issue ? We do not pass sessions across multiple domains...

TIA

Eddie

Reply via email to