class

Marten::HTTP::Session::Store::Cookie

Inherits Marten::HTTP::Session::Store::Base / Reference / Object

Cookie session store.

Instance methods

clear_expired_entries
Source
create

Creates a new session store.

This method should create a new (empty) session store with an associated key and persist it.

Source
flush

Flushes the session store data.

Source
load

Loads the session store data and returns the corresponding hash.

Source
save

Saves the session store data.

Source