Spring session with JDBC
Save session attributes in MySQL database
Spring Session provides an API and implementations for managing a user’s session information while also making it trivial to support clustered sessions without being tied to an application…