app:update and modifying configurations
This commit is contained in:
parent
81ef17f346
commit
519a3616ac
25 changed files with 364 additions and 167 deletions
|
|
@ -1,8 +1,3 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Osem::Application.config.session_store :cookie_store, key: '_osem_session'
|
||||
|
||||
# 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")
|
||||
# Osem::Application.config.session_store :active_record_store
|
||||
Rails.application.config.session_store :cookie_store, key: '_osem_session'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue