spring-session
spring-session copied to clipboard
Spring Session
Apparently, the _Spring Redis Data_ team does recognise this as an issue, but says it is something the _Spring Session team_ should look into. See here, for a full explanation,...
Apparently, the _Spring Redis Data_ team does recognise this as an issue, but says it is something the _Spring Session team_ should look into. See here, for a full explanation,...
**Describe the bug** "mysession:index:org.springframework.session.FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME:user" not cleaned up in redis when the session is expired recently we were facing similar issue in the production, the uncleaned entries were huge and seeing...
After migration to spring parent 2.5.0 from 3.4.0, the spring data redis lost data the intermittently. I isolated one specific scenario that reproduce in my machine. Enviroment: 1. I use...
Environment: Spring Boot - 3.3.3 and Spring Cloud - 2023.0.2 In microservice with jasper (=Servlet Container to generate js Files) dependency added Spring Redis Session dependency to manage Sessions via...
See https://github.com/spring-projects/spring-session/issues/1784#issuecomment-1481770358 We can use ```java new CompositeHttpSessionIdResolver(HeaderHttpSessionIdResolver.xAuthToken(), new CookieHttpSessionIdResolver()) ```` now.
**Note:** I'm not sure if it's currently possible to configure this index name, at least not in an easy or straightforward way. It should be possible to configure a custom...
**Describe the bug** I use Jdbc session, I want to mark some sessions as expired. So I call ``` //private val sessionRegistry: SessionRegistry, sessionRegistry.getAllSessions("login", false).forEach { it.expireNow() } ``` getAllSessions...
**Getting following connection error with AWS Elasticache (production)** 2024-10-19T08:33:26.374Z INFO 1 --- [BFFApplication] [xecutorLoop-3-4] f.b.a.r.s.RedisSecurityContextRepository : SAVING AUTHORIZATION REQUEST 2024-10-19T08:33:26.379Z INFO 1 --- [BFFApplication] [xecutorLoop-3-4] f.b.a.r.s.RedisSecurityContextRepository : Saved Authorization Request...