Created
March 1, 2017 03:10
-
-
Save simonlehmann/12e3aa3c6677df203727508aa896a998 to your computer and use it in GitHub Desktop.
Revisions
-
simonlehmann created this gist
Mar 1, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # Be sure to restart your server when you modify this file. Rails.application.config.session_store :cookie_store, key: '_myapp_name_session' # Change :key (e.g: from _myapp_name_session to _myapp_name_sessions) and all users are logged out after server restart.