Created
October 16, 2015 09:35
-
-
Save kouheiszk/2a93c3e2b2ffa742b975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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