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

**Describe the bug** We are using RedisIndexedSessionRepository in multiple Spring Boot applications (over 100), all connected to a single Redis cluster. Each application defines a unique namespace (Redis key prefix)...

type: bug
status: waiting-for-triage

**Describe the bug** "The RedisIndexedSessionRepository has a method called resolveDatabase() that retrieves the Redis database currently in use. However, when using Redisson, it always returns DEFAULT_DATABASE. This is because Redisson...

type: bug
status: waiting-for-triage

…ith JDBC based repository Avoids eagerly acquiring a connection or any other eager initialization that may happen alongside a transaction starting if there's no actual update to be made. Solves...

status: waiting-for-triage

**Expected Behavior** I would like to minimize the amount of transaction starts/connection acquisitions that occur for the JDBC based repository. I have a use case where essentially the session data...

type: enhancement
status: waiting-for-triage

This fixes #3299, which prevents having session attributes with special characters to be stored in a JSONB column as JSON by using a different insertion method for the JSON blob...

status: waiting-for-triage

**Describe the bug** Updating from spring-session 3.3.5 to 3.4.1 causes non expiring sessions to expire after 5 minutes of inactivity. **To Reproduce** - RedisIndexedSessionRepository configured with maxInactiveIntervalInSeconds = -1. -...

type: bug
status: waiting-for-triage

We are using `spring-web`, `spring session 3.4.1`, `tomcat`. Sometimes an extra session cookie is getting generated randomly as follows ``` JSESSIONID node0t2zjr9obxy80amzfh10llwlq50.node0 localhost / Session 47 B ✓ ``` I...

type: bug
status: waiting-for-triage

We are developing our own repository extension for storing `spring session`. In the spring codebase there are two `PRINCIPAL_NAME_INDEX_NAME` constants, one being the `FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME` and the other is `ReactiveFindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME`. In...

type: bug
status: waiting-for-triage

Which version supports the JDK project for Java 7? For certain reasons, the project must be developed using Java 7 and cannot be upgraded to Java 8. Could you provide...

type: enhancement
status: waiting-for-triage

**Describe the bug** I want to store spring security session via JDBC in a Postgres database, and followed [those](https://docs.spring.io/spring-session/reference/configuration/jdbc.html#customize-sql-queries) instructions. When the stored principal has an Umlaut in its name...

type: bug
status: waiting-for-triage