-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Unable to obtain SessionCookieConfig #1040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report @lglapinski. Could you provide a sample app that we can use to reproduce this issue? Also which servlet container are you running your app in? |
It's Apache Tomcat/8.0.47 |
This issue can be reproduced using Spring Session's Java config based sample apps. |
Same here when trying to use @EnableRedisHttpSession following https://docs.spring.io/spring-session/docs/current/reference/html5/guides/java-redis.html.
Tomcat: 9.0.14 and 8.5.37 |
As this works in app with XML based config, it appears the problem might be in Spring Framework - I've opened spring-projects/spring-framework#22319. |
Since this really appears to be a limitation in Spring Framework, I'm going to close this one as duplicate - please track spring-projects/spring-framework#22319 for further developments. |
Hi!
I have following configuration:
spring - 5.0.5
spring session - 5.0.4
spring session data redis - 2.0.2
During each deployment I see this:
Configuration:
The text was updated successfully, but these errors were encountered: