Archived
change back to active_record_store
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
# Use the database for sessions instead of the cookie-based default,
|
# Use the database for sessions instead of the cookie-based default,
|
||||||
# which shouldn't be used to store highly confidential information
|
# which shouldn't be used to store highly confidential information
|
||||||
# (create the session table with "rails generate session_migration")
|
# (create the session table with "rails generate session_migration")
|
||||||
Redstoner::Application.config.session_store :active_record_store
|
Redstoner::Application.config.session_store :active_record_store,
|
||||||
|
|
||||||
Redstoner::Application.config.session_store :cookie_store,
|
|
||||||
key: 'redstoner_session',
|
key: 'redstoner_session',
|
||||||
expire_after: 5.days
|
expire_after: 5.days
|
||||||
Reference in New Issue
Block a user