Skip to content

Instantly share code, notes, and snippets.

@kouheiszk
Created October 16, 2015 09:35
Show Gist options
  • Save kouheiszk/2a93c3e2b2ffa742b975 to your computer and use it in GitHub Desktop.
Save kouheiszk/2a93c3e2b2ffa742b975 to your computer and use it in GitHub Desktop.
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :active_record_store,
key: '_hoge_session',
expire_after: Settings.session.timeout.seconds,
domain: ".#{Settings.app.domain}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment