spring-session
spring-session copied to clipboard
Spring Session
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Bumps [antora](https://gitlab.com/antora/antora) from 3.2.0-alpha.5 to 3.2.0-alpha.6. Changelog Sourced from antora's changelog. == 3.2.0-alpha.6 (2024-07-23) === Changed Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages === Fixed file-publisher: Wrap legacy...
**Expected Behavior** We would like to store the session ID in a cookie with an expiration date that matches the session timeout. The cookie expiration date should be updated every...
This PR adds an additional hook to `HttpSessionIdResolver` that is called whenever an existing session is accessed. This would make it possible to store the session ID in a persistent...
How do I implement Session Control, when I use @EnableRedisWebSession on my security chain? Spring Session automatically creates beans that implement @WebSession and @WebsessionStore But the function below, in order...
I can connect using the redis cli, but not through Spring Boot Webflux, I keep getting readAddress(..) failed: Connection reset by peer So, i figured this was a spring issue,...
Bumps com.gradle.develocity from 3.17.5 to 3.17.6. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Describe the bug** At some point around the release of Spring Boot 3, we tracked changes in spring data in the hope that the base implementation would be redesigned, but...
On https://spring.io/projects/spring-session#learn there are some broken links: * 2021.2.3 links to https://docs.spring.io/spring-session/reference/2.7/index.html, which shows the documentation for version 2.7.4. * 3.1.6 links to https://docs.spring.io/spring-session/reference/3.1/index.html, which redirects to https://docs.spring.io/spring-session/reference/index.html and shows...
**Describe the bug** We currently try to build and run our internal spring cloud gateway as native image which uses spring-session-hazelcast. When running the native image the serialization within [ReactiveMapSessionRepository](https://github.com/spring-projects/spring-session/blob/main/spring-session-core/src/main/java/org/springframework/session/ReactiveMapSessionRepository.java)...