1A session store backed by an Active Record class. A default class is provided, 2but any object duck-typing to an Active Record Session class with text 3session_id and data attributes is sufficient. 4