comparison lib/tasks/initializers.rake @ 37:94944d00e43c

* Update to SVN trunk rev 4411
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 19 Nov 2010 13:24:41 +0000
parents 513646585e45
children cbb26bc654de
comparison
equal deleted inserted replaced
22:40f7cfd4df19 37:94944d00e43c
14 # Your secret key for verifying cookie session data integrity. If you 14 # Your secret key for verifying cookie session data integrity. If you
15 # change this key, all old sessions will become invalid! Make sure the 15 # change this key, all old sessions will become invalid! Make sure the
16 # secret is at least 30 characters and all random, no regular words or 16 # secret is at least 30 characters and all random, no regular words or
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 :key => '_redmine_session',
20 # 20 #
21 # Uncomment and edit the :session_path below if are hosting your Redmine 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 22 # at a suburi and don't want the top level path to access the cookies
23 # 23 #
24 # See: http://www.redmine.org/issues/3968 24 # See: http://www.redmine.org/issues/3968