I want to change the default time in which the Tickets expire. I want to set it to 30 minutes.

You need to edit WEB-INF/spring-configuration/ ticketExpirationPolicies.xml. If you want a "last used" time limit of 30 min, similar to session timeouts, simply change grantingTicketExpirationPolicy constructor argument to 1800000 (30 min in ms). If you want a hard time limit of 30 min, e.g. expires 30 min from creation regardless of use frequency, you'll need to use HardTimeoutExpirationPolicy with a similar value.

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

Reply via email to