It won't prompt you to log in again until you try and use the expired TGT (i.e. access a service).
Cheers, Scott On Tue, Jun 23, 2009 at 10:47 PM, aruhi <[email protected]> wrote: > Thanks for responding. > > I wanted 'Last used' time limit of 30 min, so I changed > WEB-INF/spring-configuration/ticketExpirationPolicies.xml as follows:- > > <bean id="grantingTicketExpirationPolicy" > class="org.jasig.cas.ticket.support.TimeoutExpirationPolicy"> > <!-- This argument is the time a ticket can exist before its > considered expired. --> > <constructor-arg > index="0" > value="1800000" /> > </bean> > > And deployed cas. > After this I accessed cas at https://xxxx/cas/login once from an IP > address(different from cas server) with successful login and left it to > expire for 40 min after that I again accessed url https://xxxx/cas from > the same ip address and it showed me 'login successful' page without asking > me to login again. Is this the expected behavior? I was expecting that as > the ticket in the cookie must have expired after 30 min so cas will ask me > to login again. > > Thanks > Aruhi > > > -- > 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 > -- 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
