class LittleGhost::SessionStores::Memory

Memory keeps conversations available for the life of one Ruby process. It is the default store and needs no application setup.

Data disappears when the process exits. Supplying an actor ID binds the session key to that actor; a later mismatch raises an error.