You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Rack::Session::Cookie and Rack::Session::Cookie, key: "rack.session" is the same, both give you a session cookie with key rack.session, but their signature will be different:
This default value
rack-session/lib/rack/session/constants.rb
Line 9 in 7a4e2dd
rack-session/lib/rack/session/abstract/id.rb
Line 241 in 7a4e2dd
Isn't used when configuring the
Encryptor
class:rack-session/lib/rack/session/cookie.rb
Lines 163 to 165 in 7a4e2dd
use Rack::Session::Cookie
andRack::Session::Cookie, key: "rack.session"
is the same, both give you a session cookie with keyrack.session
, but their signature will be different:rack-session/lib/rack/session/encryptor.rb
Lines 183 to 185 in 7a4e2dd
The text was updated successfully, but these errors were encountered: