How can I set or change a user session time out in OpenAM

949 views Asked by At

I currently have OpenAM Community edition version 14.5 running with OpenDJ as an LDAP. I do not have a web agent running against my application. Users have been complaining that they have been getting signed out of our application when idle. I was looking to change that setting that OpenAM seems to enforce. I see that in Configure -> Global Services -> Session -> Session Quotas , there is a parameter called "Read Timeout for Quota Constraint", would this be the parameter to change?

1

There are 1 answers

2
Bernhard Thalmayr On

OpenAM offers realm-based SSO session timeouts. You can register the 'Session Service' in your realm and set 'Max Session Timeout' and 'Max Session Idletimeout'. 'Session Quotas' is a different feature. It allows to specify how many SSO session a user is allowed to have in parallel.