Clack.Session.Store - Basic in-memory session store.
DESCRIPTION
Clack.Session.Store is a basic in-memory session data store. This is volatile storage and not recommended for multiprocessing environments. However, this is very useful for development and testing.
AUTHOR
Eitarow Fukamachi (e.arrows@gmail.com)
SEE ALSO
EXTERNAL SYMBOLS
-
Class: <clack-session-store> inherits (standard-object)
- stash Accessor: stash
-
Method: fetch
[(this <clack-session-store>) sid]
-
Method: store-session
[(this <clack-session-store>) sid session]
-
Method: remove-session
[(this <clack-session-store>) sid]