Hi,
I have developed an application of two
struts Action
servlets and one HTML Form. I set an attribute session in servlet1. The servlet1 waits for 2minutes before forwarding (mapping.findForward) to the HTML Form wich in turn waits for 5 seconds before calling the servlet2. The probleme is that i can't get in the servlet2 the session attribute setted in servlet1. The application runs correctly in
Tomcat but not in Weblogic (i use weblogic9.1).
It seems that the session is lost between servlet1 and servlet2, what could be the probleme in weblogic especially when it runs correctly in tomcat?
I have setted the <timeout-secs>600</timeout-secs> and then removed this attribute and the probleme is the same
Thank you in advance for your help.