Hello,
I follow this documentation for "RememberMe" authentication :
When i login into jasig my cookieName : "p:cookieName" "ESIGTGC"
<bean id="ticketGrantingTicketCookieGenerator" class="org.jasig.cas.web.support.CookieRetrievingCookieGenerator"
c:casCookieValueManager-ref="cookieValueManager"
p:cookieSecure="true"
p:cookieMaxAge="-1"
p:rememberMeMaxAge="${rememberMeDuration:1209600}"
p:cookieName="ESIGTGC"
p:cookiePath="/cas"/>
Appear into my brower with an outdate value (3hours outdated) ( see attach file ).
do you think about a bug or configuration error?
Thank you