Dummy session storage class.

Implements session storage place holder. No actual storage will be done.

Class 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.

Instance Methods

Close session storage.

A no-op.

Delete the session state.

A no-op.

Restore (empty) session state.

Update session state.

A no-op.