@@ -17,6 +17,13 file 'config/initializers/session_store.rb' do | |||||
17 | # you'll be exposed to dictionary attacks. |
|
17 | # you'll be exposed to dictionary attacks. | |
18 | ActionController::Base.session = { |
|
18 | ActionController::Base.session = { | |
19 | :session_key => '_redmine_session', |
|
19 | :session_key => '_redmine_session', | |
|
20 | # | |||
|
21 | # Uncomment and edit the :session_path below if are hosting your Redmine | |||
|
22 | # at a suburi and don't want the top level path to access the cookies | |||
|
23 | # | |||
|
24 | # See: http://www.redmine.org/issues/3968 | |||
|
25 | # | |||
|
26 | # :session_path => '/url_path_to/your/redmine/', | |||
20 | :secret => '#{secret}' |
|
27 | :secret => '#{secret}' | |
21 | } |
|
28 | } | |
22 | EOF |
|
29 | EOF |
General Comments 0
You need to be logged in to leave comments.
Login now