Mercurial > hg > soundsoftware-site
comparison lib/tasks/initializers.rake @ 51:371eac10df0b live
* Merge from "cannam" branch. This includes update to Redmine trunk, plus welcome/tip-of-the-day from luisf branch.
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 12:20:08 +0000 |
parents | 94944d00e43c |
children | cbb26bc654de |
comparison
equal
deleted
inserted
replaced
34:09b1d4349da3 | 51:371eac10df0b |
---|---|
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 |