Re: Struts 2 Session Timeout

2007-11-29 Thread j alex
Struts 2 (I think) will recreate your session when it times out. I assume that you mean Struts 2 will create a fresh session, but not have any values in it. Did you find why this is happening and any workaround ? - seems i'm facing the same issue. What's the best way to detect that the session

Struts 2 Session Timeout

2007-11-20 Thread Richard Sayre
I noticed while developing my application that Struts 2 (I think) will recreate your session when it times out. I have several name spaces used in my packages such as: 1. /Admin 2. /Design 3. / While I am hitting actions in the /Admin or /Design area of my application, if the session times out