Secure cookie not working
Added by Rodrigo Valladares over 8 years ago
Hi,
I'm using Redmine 2.6.5. We've tried to set the redmine_session cookie as secure in application.rb like this:
config.session_store :cookie_store, :key => '_redmine_session', :secure => true
However, when we try to login in Redmine, a 422 error happens:
Is this the correct way to achieve this? Or is this solved in another version?
Thank you.
Replies (3)
RE: Secure cookie not working - Added by Martin Denizet (redmine.org team member) over 8 years ago
Hello,
Are you using HTTPS?
Cheers,
RE: Secure cookie not working - Added by Rodrigo Valladares over 8 years ago
Yes, we are using HTTPS.
RE: Secure cookie not working - Added by Ismael Morales Alcaide over 7 years ago
Hi, is there solution for this ?