osiam icon indicating copy to clipboard operation
osiam copied to clipboard

Store session data in relational database

Open wallner opened this issue 8 years ago • 1 comments

This pull request uses spring-session-jdbc to store the session data in the relational database. This is a first shot and we might replace the relational database with something better suited like Hazelcast or Redis.

Resolves #293

wallner avatar May 30 '17 20:05 wallner

Just for my curiosity: Are expired sessions removed from the database and how is this done?

tkrille avatar Jun 04 '17 16:06 tkrille