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] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user