##// END OF EJS Templates
Added documentation about the session_path. #3968...
Eric Davis -
r3671:69d9600f48d8
parent child
Show More
@@ -17,6 +17,13 file 'config/initializers/session_store.rb' do
17 17 # you'll be exposed to dictionary attacks.
18 18 ActionController::Base.session = {
19 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 27 :secret => '#{secret}'
21 28 }
22 29 EOF
General Comments 0
You need to be logged in to leave comments. Login now