I would really like to see the session timeout be a configuration
parameter, similar to how tomcat specifies session timeout. For example,
in [Tomcat_home]/conf/web.xml:

    <session-config>
        <session-timeout>30</session-timeout>
    </session-config> 

Just my 2 cents,

Todd Kofford
[EMAIL PROTECTED]
University of Kansas - IT


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Peter Ledbrook
Sent: Sunday, November 16, 2008 3:33 AM
To: [email protected]
Subject: Changing JSecurity's session timeout

Hi,

What's the recommended way of changing the session timeout when using
the "jsecurity" session mode? Can it be done after all the beans have
been instantiated (secMgr.sessionMgr.sessionTimeout = ...)? Or should
the SessionManager bean be manually configured and injected into the
security manager?

Thanks,

Peter

Reply via email to