30 minute time out set somewhere?
-
Hello,
We are using this SAML 20 sso plugin version 0.9.1 and is using Okta behind it. Okta has a 2 hour session lifetime. We are saving PHP sessions in a Couchbase memcached bucket. Other then memcache as a session handler, php.ini session settings are default. What we are seeing is, when a user is logged in for 30 minutes or more, the Okta SID cookie is not being deleted if a user logs out. So the issue is:
– userA logs in
– within 30 minutes logs out, we see the Okta session cookie deleted
– userB logs in and we see userB is authenticated — this is expected.But if we do:
– userA logs in
– AFTER 30 minutes but before 2 hours, userA logs out, we see the Okta session cookie NOT being deleted
– userB logs in and we see userA is still logged in — this is NOT expected.So we are trying to figure out where this “30” minute setting is, or is there a session timeout within this plugin and if so, where is this being set?
Thank you.
Anna
- The topic ‘30 minute time out set somewhere?’ is closed to new replies.