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
[nitpick] The session key is hardcoded as '_app_session'. Consider using Rails.application.config.session_options[:key] or a configurable value to maintain consistency with the application's existing session configuration.