blob: 2d45587df1dff2876e09c28d47a6458f79b40035 (
plain) (
blame)
1
2
3
|
A session store backed by an Active Record class. A default class is provided,
but any object duck-typing to an Active Record Session class with text
session_id and data attributes is sufficient.
|