The itch to scratch.
A number of applications need to share session information.
-
Application managing session information uses redis-store gem to control flow of information related to session.
-
Secondary applications retrieve session data from session store.
How do I use it.
-
Setup the retrievel library by normal means. (the default should default redis configuration, database 0)
-
Find session data via the session id.