restore() Instance Public methods Restore session state from the session's FileStore file. Returns the session state as a hash.
update() Instance Public methods Save session state to the session's FileStore file.
new(session, option=nil) Class Public methods Create a new MemoryStore instance. session is the session this instance is associated with. option is a list of initialisation options. None are currently recognised.
close() Instance Public methods Close session storage. A no-op.
delete() Instance Public methods Delete the session state.
restore() Instance Public methods Restore session state. Returns session data as a hash.
update() Instance Public methods Update session state. A no-op.
new(session, option=nil) Class Public methods Create a new NullStore instance. session is the session this instance is associated with. option is a list of initialisation options. None are currently recognised.
delete() Instance Public methods Delete the session state. A no-op.
Page 110 of 11844