Is there anything in the Grails Shiro (1.0 plugin) that might cause the timeout at 30 minutes despite the web.xml configuration set to 60 mins?
I thought I could extend the session timeout to 60 minutes simply by either adding this to web.xml in the deployed application <session-config> <session-timeout>60</session-timeout> </session-config> Or by adding the same descriptor above to the chimps/src/templates/war/web.xml in the application source. add this to web.xml in the deployed application <session-config> <session-timeout>60</session-timeout> </session-config> Or add it to the chimps/src/templates/war/web.xml in the application source. I've done both, but the app is still timing out after only 30 minutes. The tomcat manager (Apache Tomcat/6.0.24) indicates: expire sessions with ide >= 60 minutes.
