Project

General

Profile

Secure cookie not working

Added by Rodrigo Valladares almost 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 Rodrigo Valladares almost 8 years ago

Yes, we are using HTTPS.

RE: Secure cookie not working - Added by Ismael Morales Alcaide about 7 years ago

Hi, is there solution for this ?

    (1-3/3)