What is the recommended way to add a session listener in a spring application and configuration?
I've found a few posts but they are all out of date with the information yet only a few months old. The sessionListeners are on AbstractNativeSessionManager not DefaultWebSecurityManager or the other classes that were in the posts I've read. I would prefer to add the listener through the applicationContext if possible but the ini would be just fine if you can tell me how to cast in that format because I obviously get a classCastException if I do what the post said because setSessionListeners are on the AbstractNativeSessionManager and not DefaultWebSecurityManger -- View this message in context: http://shiro-user.582556.n2.nabble.com/SessionListeners-with-Spring-and-a-Swing-Desktop-tp5715272p5715272.html Sent from the Shiro User mailing list archive at Nabble.com.
