spring-cloud-common-security-config icon indicating copy to clipboard operation
spring-cloud-common-security-config copied to clipboard

Make Spring Session Repository Configurable

Open ghillert opened this issue 7 years ago • 0 comments

Currently we provide as a default a MapSessionRepository. However, we should also provide an option to support SQL-based session storage:

https://docs.spring.io/spring-session/docs/current/reference/html5/#httpsession-jdbc

Possibly, we should also document on how to enable Redis-based session storage (without having a hard Redis-dependency in the project). Not sure if that would be possible, though.

ghillert avatar May 15 '18 20:05 ghillert