Added by aus ghostdog about 9 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?
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',
}