Re: [cas-user] CAS 5.2.3 Remember Me configuration

2018-04-17 Thread Ray Bon
Setting maxAge=-1 will result in cookie expiry at end of session. I have this in my config but it may be for 5.1: # default is P14D # used to set maxAge on user selection of remember me at login # it is always set regardless of user choice; this is a bug to investigate # file:

Re: [cas-user] CAS 5.2.3 Remember Me configuration

2018-04-17 Thread Laura
Hi, When I examine cookie information after logging in with Remember Me, there is a TGC cookie with an expiry date 'at end of session'. From my understanding, it should show the expiry date (1 month from now). Which implies that my CAS remember me config is not correct. I am very new to CAS

Re: [cas-user] CAS 5.2.3 Remember Me configuration

2018-04-16 Thread Ray Bon
Laura, Are you saying that when your client application's session ends, it sends a logout request to CAS? The settings for CAS only affect the ability to participate in SSO sessions. It has nothing to do with the client application. The client should _not_ send logout to CAS when its session

[cas-user] CAS 5.2.3 Remember Me configuration

2018-04-16 Thread Laura
Hi, I have been trying to implement Remember Me functionality in our CAS application. However it doesn't work and I am not sure why. From the logs, I can see that the cookie is created. DEBUG [org.apereo.cas.web.support.CookieRetrievingCookieGenerator] - DEBUG