change back to active_record_store

This commit is contained in:
jomo
2014-05-02 01:50:12 +02:00
parent 5124bccb90
commit 2e687216ee

View File

@@ -3,8 +3,6 @@
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
Redstoner::Application.config.session_store :active_record_store
Redstoner::Application.config.session_store :cookie_store,
Redstoner::Application.config.session_store :active_record_store,
key: 'redstoner_session',
expire_after: 5.days