class ActionDispatch::Session::CacheStore

Action Dispatch Session CacheStore

A session store that uses an ActiveSupport::Cache::Store to store the sessions. This store is most useful if you donโ€™t store critical data in your sessions and you donโ€™t need them to live for extended periods of time.

Options