Try secure: true again
This commit is contained in:
parent
ae401f0dc7
commit
ad34a297fd
|
@ -1,6 +1,9 @@
|
||||||
# Be sure to restart your server when you modify this file.
|
# Be sure to restart your server when you modify this file.
|
||||||
|
|
||||||
Discourse::Application.config.session_store :cookie_store, key: '_forum_session'
|
Discourse::Application.config.session_store :cookie_store, {
|
||||||
|
key: '_forum_session',
|
||||||
|
secure: SiteSetting.use_https
|
||||||
|
}
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue