xiechangning20

Results 2 comments of xiechangning20

@aelillie @pzgadzaj-equinix Thanks for identifying the cause. We had exactly the same problems, and managed to resolve it by customizing the CookieSerializer according to https://docs.spring.io/spring-session/reference/guides/java-custom-cookie.html ``` @Bean public CookieSerializer cookieSerializer()...

> Sample from my code to implement this: > > ``` > /** > * OIDC Session registry for a clustered server setup with multiple nodes, > * which saves...