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

**Expected Behavior** My Spring BFF sort of almost works (I'm now in month 3 of trying to create a robust login page). **Explicit Logout** When I explicity logout, the following...

type: enhancement
status: waiting-for-triage

While retaining the original instantiation method of JacksonMongoSessionConverter, it should also support the ability to pass in a custom ObjectMapper, with the framework providing basic custom configurations. This approach reduces...

type: enhancement
in: mongo-db
status: feedback-provided

…te MongoSession Document saves when a custom ObjectMapper is provided.https://github.com/spring-projects/spring-session/issues/3185

status: waiting-for-triage

_Please Note I filed this bug in https://github.com/spring-projects/spring-data-redis/issues/2983 but the comment I received was to file this over here._ Spring boot throws exception on application shutdown. It does not happen...

type: bug
status: waiting-for-triage

**Describe the bug** When my logout handler calls this ``` fun invalidateSession(sessionId: String): Mono { logger.info("Invalidating sessionId: ${sessionId}") // handle the session invalidation process return reactiveSessionRegistry.getSessionInformation(sessionId) .flatMap { session ->...

type: bug
status: feedback-provided

I'm not sure if this is expected behaviour, but if my session timeout is 5 minutes the timeout on the hashed key is 10 minutes (an extra 5 minutes) However,...

type: bug
status: waiting-for-triage

**Describe the bug** This is the bug I keep getting, when I load my Spring Application: ``` 2024-08-23T00:17:20.005+01:00 INFO 9758 --- [BFFApplication] [ main] o.s.b.web.embedded.netty.NettyWebServer : Netty started on port...

type: bug
status: feedback-provided

**Expected Behavior** customer sessionrepository bean registry not used an enumeration. **Current Behavior** just support only one sessionrepository with in enumeration StoreType **Context** i want to develop a composite sessionrepository when...

type: enhancement
status: waiting-for-triage

Hi, I have a Spring OAuth Client (BFF), between a Public Angular Client, and an Auth0 Authorization server. When I login, the BFF correctly persists the session to Redis (and...

type: bug
status: waiting-for-triage

**Expected Behavior** Spring Session Redis / Spring Data with Redis to support Google Cloud (GCP) IAM authentication. Spring Session / Spring Data with redis needs RedisConnectionFactory bean to be injected....

type: enhancement
status: waiting-for-triage