Project

General

Profile

Use config.relative_url_root as the default path for session and autologin cookies

Added by aus ghostdog about 8 years ago

Hi all,
I am having the issue described #21169 , as a work around I shutdown the test server. We have two redmine servers, one production and one clone. The clone is used for testing before pushing changes to the production server.

Which file do I make the "config.relative_url_root" change to ? Also do I need to make it to both servers or just one?


Replies (1)

RE: Use config.relative_url_root as the default path for session and autologin cookies - Added by aus ghostdog about 8 years ago

NEver mind, read
Copy config/additional_environment.rb.example to config/additional_environment.rb
and add following code.

config.session_store :cookie_store, {
      :key  => '_redmine_test_session',
      :path => '/test00',
}
    (1-1/1)