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

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

type: bug
status: waiting-for-triage

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

type: bug
status: waiting-for-triage

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

type: bug
status: waiting-for-triage

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

type: bug
status: waiting-for-triage

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

type: bug
status: waiting-for-triage

See https://github.com/spring-projects/spring-session/issues/1784#issuecomment-1481770358 We can use ```java new CompositeHttpSessionIdResolver(HeaderHttpSessionIdResolver.xAuthToken(), new CookieHttpSessionIdResolver()) ```` now.

status: waiting-for-triage

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

type: enhancement
status: waiting-for-triage

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

type: bug
status: waiting-for-triage

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

type: bug
status: waiting-for-triage