mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Merged r3785 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3795 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ba42e1e2ff
commit
34f73b005b
@ -17,6 +17,13 @@ file 'config/initializers/session_store.rb' do
|
|||||||
# you'll be exposed to dictionary attacks.
|
# you'll be exposed to dictionary attacks.
|
||||||
ActionController::Base.session = {
|
ActionController::Base.session = {
|
||||||
:session_key => '_redmine_session',
|
:session_key => '_redmine_session',
|
||||||
|
#
|
||||||
|
# Uncomment and edit the :session_path below if are hosting your Redmine
|
||||||
|
# at a suburi and don't want the top level path to access the cookies
|
||||||
|
#
|
||||||
|
# See: http://www.redmine.org/issues/3968
|
||||||
|
#
|
||||||
|
# :session_path => '/url_path_to/your/redmine/',
|
||||||
:secret => '#{secret}'
|
:secret => '#{secret}'
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user