Michael_Jenkins
Sep 10, 2014Cirrostratus
Inactivity Timeouts
We have an environment set up where we need to specify different inactivity timeouts depending on the user and/or incoming connection IP. I have an iRule that gets run on a new authenticated session that changes the session timeouts I'm aware of...
ACCESS::session data set session.inactivity_timeout 10800
ACCESS::session data set session.max_session_timeout 10800
Even though this should be for 3hrs, we have users that are getting timed out after 15 minutes (which is the Access Policy default.
Is there a different/better way that we should be changing the inactivity timeout?
Thanks!