2011-11-21 21:36:42 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2014-08-30 17:38:47 +00:00
|
|
|
Rails.application.config.session_store :cookie_store, key: '_asciinema_session', secure: CFG.ssl?
|
2016-10-09 11:15:20 +00:00
|
|
|
Rails.application.config.action_dispatch.encrypted_cookie_salt = CFG.session_encryption_salt
|
|
|
|
Rails.application.config.action_dispatch.encrypted_signed_cookie_salt = CFG.session_signing_salt
|