I am facing another problem when I try to set session timeout in shiro.ini
like this:
securityManager.sessionManager.globalSessionTimeout = 3600000
I get an exception:
11:19:44,363 INFO [stdout] (MSC service thread 1-4) org.apache.shiro.config.ConfigurationException: Property 'sessionManager.globalSessionTimeout' does not exist for object of type org.apache.shiro.web.mgt.DefaultWebSecurityManager.
I am using shiro 1.2.2, if you are familiar with this exception please advise.