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
With the activerecord-session_store gem, when I want to manipulate the session on the server's side I used to call ActiveRecord::SessionStore::Session.find_by_session_id. What's the equivalent with redis-session-store?
With the activerecord-session_store gem, when I want to manipulate the session on the server's side I used to call ActiveRecord::SessionStore::Session.find_by_session_id. What's the equivalent with redis-session-store?