Duane, By session, do you mean the client application the user is working in or do you mean the SSO session? The client application is responsible for its own session expiration. CAS only sends a logout to applications if a user chooses to logout (and appropriate configuration is in place). After 2 hours the SSO session would expire; a user would be presented with the login screen when accessing a different client service.
Ray On Wed, 2017-10-25 at 11:48 -0700, Duane Booher wrote: Hello I'm running CAS5.0 with all of the tgt session defaults. We are testing we are testing tgt timeout when a tgt session is inactive with no new activity. I was assuming that the default setting of cas.ticket.tgt.timeToKillInSeconds=7200 would kill the session, however it is going beyond 2 hours. Our goal for tgt, is to have the 8 hour forced expire and a 2 hour expire if in active. What am I missing? Here are the defaults which I am running with: # cas.ticket.tgt.onlyTrackMostRecentSession=true # cas.ticket.tgt.maxLength=50 # Set to a negative value to never expire tickets # cas.ticket.tgt.maxTimeToLiveInSeconds=28800 # cas.ticket.tgt.timeToKillInSeconds=7200 # cas.ticket.tgt.rememberMe.enabled=true # cas.ticket.tgt.rememberMe.timeToKillInSeconds=28800 # cas.ticket.tgt.timeout.maxTimeToLiveInSeconds=28800 # cas.ticket.tgt.throttledTimeout.timeToKillInSeconds=28800 # cas.ticket.tgt.throttledTimeout.timeInBetweenUsesInSeconds=5 # cas.ticket.tgt.hardTimeout.timeToKillInSeconds=28800 Thanks, Duane -- Ray Bon Programmer analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected] -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/1508962492.1771.89.camel%40uvic.ca.
