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