Hi, How to configure the session timeout of the web app? I tried to set the session time out in web.xml and in shiro.ini but both have no effect. The cookie expires in a month...
My additional shiro-config (tried to let it expire in 1 minute): [main] ... sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager # 3,600,000 milliseconds = 1 hour sessionManager.globalSessionTimeout = 60000 securityManager.sessionManager = $sessionManager Thanks, Erik
