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

Spring Session

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

Add missing aot hints. The used application (for which the hints where missing) is a Spring cloud-gateway with spring-session-hazelcast. See https://github.com/it-at-m/refarch/tree/main/refarch-gateway and https://github.com/it-at-m/refarch/pull/28 (for an working branch with changes as...

status: waiting-for-triage

Currently it's not possible to replace `SessionRepositoryFilter` with custom `SessionRepositoryFilter` like Spring Boot's `ConditionalOnMissingBean`, this PR introduce `@EnableSpringHttpSession(sessionRepositoryFilterClass)` like Spring Data JPA's `@EnableJpaRepositories(repositoryFactoryBeanClass)` to allow customizing SessionRepositoryFilter. My use case...

status: waiting-for-triage

1. Use `@SpringJunitConfig` or `@SpringJUnitWebConfig` instead where feasible 2. Remove it if `@SpringBootTest` present

status: waiting-for-triage

**Describe the bug** Im running into a weird problem. I have the spring session redis thread executor as below @Bean(name = "springSessionRedisTaskExecutor") public TaskExecutor springSessionRedisTaskExecutor() { ThreadPoolTaskExecutor taskExecutor = new...

type: bug
status: waiting-for-triage

Page with the issue: https://docs.spring.io/spring-session/reference/configuration/jdbc.html Broken link: https://docs.spring.io/spring-boot/docs/3.3.10/reference/html/web.html#web.spring-session This URL currently leads to a 404 page. It appears to be an outdated or incorrect reference to Spring Boot’s documentation.

type: bug
status: waiting-for-triage

Hi Spring Team, I came up to a situation where I need to issue the session cookie for 2 different domains. Didn't find that in docs neither in code, since...

status: waiting-for-triage

the following methods org.springframework.session.data.redis.ReactiveRedisSessionRepository.createSession() org.springframework.session.data.redis.RedisSessionMapper.apply(String sessionId, Map map) create a new "org.springframework.session.MapSession" backed by ReactiveRedisSessionRepository.RedisSession, so getAttributes() return an hashmap; it should be a concurrent hashmap since reactor methods could...

type: bug
status: waiting-for-triage

It would be nice if there is a flag to treat maxInactiveInterval as lifetime, then we can expose sessionId as access_token to mobile apps, which session requires to be expired...

type: enhancement
status: waiting-for-triage