Hello, I seem to have the same problem described in the following thread: http://shiro-user.582556.n2.nabble.com/Session-Expiration-td2186574.html#a2186574 Session Expiration
However I looked at the test case supplied but I'm not sure I follow as no code checks the subject after session expiration time - is it that the fix should cause the session expiration never to happen ? Right now in my application i can see using a SessionListenerAdapter that onExpiration is being fired... I can trap this and need to recreate the session 1) Should this be happening given that https://issues.apache.org/jira/browse/JSEC-46 should not cause this 2) What is the simplest way for me to create a new session for the user as my code currentUser.getSession() is causing invalid session exception right now Thanks in advance -A- -- View this message in context: http://shiro-user.582556.n2.nabble.com/Standalone-Session-Timeout-tp5007851p5007851.html Sent from the Shiro User mailing list archive at Nabble.com.
