> I am sorry if this is a stupid question but, what does this really do?
Sets the expiration policy for the ticket-granting-ticket, i.e. the policy that governs when the user is required to reauthenticate to CAS. > Is this a hard time out of the CAS session (i.e. - no matter the users > activity, the set time the user will be forced to log in again) or is this > an inactivity time out? The default policy is sliding expiration, which is equivalent to inactivity timeout. Use HardTimeoutExpirationPolicy for an absolute timeout. See https://wiki.jasig.org/display/CASUM/Ticket+Expiration+Policy for details. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
