Revert "Try secure: true again" It's definitely broken

This commit is contained in:
Neil Lalonde 2014-01-31 15:02:57 -05:00
parent ad34a297fd
commit e6096b4524
1 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
# Be sure to restart your server when you modify this file.
Discourse::Application.config.session_store :cookie_store, {
key: '_forum_session',
secure: SiteSetting.use_https
}
Discourse::Application.config.session_store :cookie_store, key: '_forum_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information