Class | Merb::MemorySessionStore |
In: |
lib/merb-core/dispatch/session/memory.rb
|
Parent: | Object |
Used for handling multiple sessions stored in memory.
session_id<String>: | ID of the session to retrieve. |
ContainerSession: | The session corresponding to the ID. |
:api: private
session_id<String>: | ID of the session to set. |
data<ContainerSession>: | The session to set. |
:api: private