comparison lib/tasks/.svn/text-base/initializers.rake.svn-base @ 41:7f0e922c8982 luisf

merged with new version from trunk
author luisf
date Fri, 19 Nov 2010 14:45:28 +0000
parents 94944d00e43c
children
comparison
equal deleted inserted replaced
35:67e8aef29de9 41:7f0e922c8982
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