spring-session
spring-session copied to clipboard
Spring Session
**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...
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...
…te MongoSession Document saves when a custom ObjectMapper is provided.https://github.com/spring-projects/spring-session/issues/3185
_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...
**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 ->...
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,...
Spring Session Redis - always getting could not get resource from pool - (but no error in Docker...)
**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...
**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...
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...
**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....