session_store.rb 342 B

1234567891011
  1. # frozen_string_literal: true
  2. # Be sure to restart your server when you modify this file.
  3. Rails
  4. .application
  5. .config
  6. .session_store :cookie_store,
  7. key: '_mastodon_session',
  8. secure: false, # All cookies have their secure flag set by the force_ssl option in production
  9. same_site: :lax