Cookie Store
Overview
Usage
Session.configure do |config|
config.secret = ENV["SESSION_SECRET"]
config.provider = Session::CookieStore(UserSession).provider
endCharacteristics
Feature
Value
Best For
Limitations
Last updated
Was this helpful?