Hi, I'm running into the same issue : after some time of inactivity I need to first logout before I can login. I don't understand how to tweak it : what configuration should I use to prevent this behaviour. Isn't it strange that it's the default behaviour, resulting it users locked in the login page even with their right credential ?
There must be something I didn't understood, could you help me please ? Thanks, On Wednesday, February 20, 2013 5:48:45 PM UTC+1, Min wrote: > > Yes. The error "SERVICE_TICKET_NOT_CREATED" was in catalina.out. > > I just realized the reason. It was not related to browsers. It can't login > anymore after the session timeout when I not check the "remember me". I > have to logout to login again. > > By the way the client is mod_auth_cas 1.0.9. > > The expiration tickets policies are like the following: > > <bean id="grantingTicketExpirationPolicy" class=" > org.jasig.cas.ticket.support.Re > memberMeDelegatingExpirationPolicy"> > <property name="sessionExpirationPolicy"> > <bean > class="org.jasig.cas.ticket.support.TimeoutExpirationPolicy"> > <constructor-arg index="0" value="10800000" /> > </bean> > </property> > <property name="rememberMeExpirationPolicy"> > <bean > class="org.jasig.cas.ticket.support.TimeoutExpirationPolicy"> > <constructor-arg index="0" value="1209600000" /> > </bean> > </property> > </bean> > > Thanks, > Min > -- > You are currently subscribed to [email protected] <javascript:> as: > [email protected] <javascript:> > 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
