I'm storing the Rails Sessions in database using Active Record Store. At some point I want to replace the actual Rails Session for another one extracted from the database.
Let's say the Session to restore ID comes in the param session_id
.
How can I retrieve the Session to restore and replace the actual session?