Client persistent storage not remembering user
Cantor, Scott
cantor.2 at osu.edu
Wed Apr 18 16:47:16 EDT 2018
> Can you tell me what is the JRE or JDK and Apllication server you use to test
> this ?
I use many different Java versions and Jetty 9.3 generally, usually Java 8 these days.
> Also is the property idp.cookie.maxAge also used for html storage ?
Not unless it backs off to a cookie for the data.
The only real explanation for this is a client IP address floating and invalidating the session, and that would have to happen every time and would be clearly logged. There is nothing else short of simply not sending the cookie at all, which would point to a proxy or load balancer interfering.
-- Scott
More information about the users
mailing list