osiam
osiam copied to clipboard
Store session data in relational database
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
Just for my curiosity: Are expired sessions removed from the database and how is this done?