Hello cas users .
So i try to use remember check box with cas 6.1.0 .
When i close my browser, and, when i check rememberMe, login form appear .
So i decide to enable debug to "org.apereo.cas.web"
And when i check the rememberMe checkbox, i got this debug message :
2019-10-18 16:03:08,433 DEBUG [org.apereo.cas.web.support.gen.CookieRetrievingCookieGenerator] - <Request does not indicate a remember-me authentication event. Locating authentication object from the request context...>
Do you know if it's an bug ?
my conf is simple :
cas.ticket.tgt.rememberMe.enabled=true
cas.ticket.tgt.rememberMe.timeToKillInSeconds=2628000
cas.tgc.maxAge=-1
cas.tgc.rememberMeMaxAge=2628000
cas.ticket.tgt.maxTimeToLiveInSeconds=2628000
cas.ticket.tgt.timeToKillInSeconds=7200
Best regards .
Thank you very much