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

Spring Session

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

We should provide a way for Spring Session to programmatically disable Spring Security's CSRF support on requests in which x-auth-token is used for establishing the session. We could perhaps disable...

type: enhancement
in: core

Add the Session to a SessionContextHolder similar to SecurityContextHolder. The SessionContextHolder would store the Session in a ThreadLocal. This will allow users to access the current Session anywhere within their...

type: enhancement
in: core

See #838 for background (and more specifically [this comment](https://github.com/spring-projects/spring-session/issues/838#issuecomment-736086339)). The approach with a single SQL statement based session clean-up job has been historically been somewhat problematic, seeing several revisions to...

type: enhancement
status: waiting-for-triage
in: jdbc

See #1606 for background. There have also been similar inquiries earlier. The reference manual should be more explicit about production considerations for configuring Redis keyspace notifications.

in: docs

We could consider exposing some session related metrics using Micrometer.

status: waiting-for-triage

**Describe the bug** For a valid session, SessionRepositoryFilter.SessionRepositoryRequestWrapper.commitSession() does the following: 1. Clears cached values for references for requestedSessionCache, requestedSession, and requestedSessionId. 1. Saves the state of the session 1....

type: enhancement
in: core

When Spring Session used in the application was upgraded from **1.3.1.RELEASE** to **2.1.3.RELEASE**, performance was verified and it was confirmed that the CPU utilization has increased by about 10%. When...

status: waiting-for-triage

The GitHub Actions CI workflow for 2.4.x is configured to run daily at 10am UTC, but that does not happen. Perhaps it is because GitHub Actions cannot differentiate between the...

type: bug
in: build
status: blocked

I opened a question on Stack Overflow but got no anwser yet, see https://stackoverflow.com/questions/69346392/spring-session-redis-web-session-expiration-notifications-not-delayed-until-appl **Current Behavior** Currently using Spring Session Redis in a Spring Boot 2.5.3 web application. The application...

type: enhancement
in: docs