spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

Spring Session

Results 198 spring-session issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@antora/collector-extension&package-manager=npm_and_yarn&previous-version=1.0.0-alpha.6&new-version=1.0.0-alpha.7)](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`....

type: dependency-upgrade
javascript

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...

type: dependency-upgrade
javascript

**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...

type: enhancement
in: core

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...

status: waiting-for-triage

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...

type: bug
status: waiting-for-triage

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,...

type: bug
status: waiting-for-triage

Bumps com.gradle.develocity from 3.17.5 to 3.17.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develocity&package-manager=gradle&previous-version=3.17.5&new-version=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...

type: dependency-upgrade

**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...

type: enhancement
in: redis

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...

type: bug
status: waiting-for-triage

**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)...

type: bug