dev_video
jingquan huang 5 years ago
parent d4d5686ecb
commit 1ee6b429bd

@ -16,7 +16,7 @@ module LoginHelper
:expires => 1.month.from_now,
:path => '/',
:secure => false,
:httponly => true
:httponly => false
}
if edu_setting('cookie_domain').present?
cookie_options = cookie_options.merge(domain: edu_setting('cookie_domain'))

Loading…
Cancel
Save