]> source.dussan.org Git - redmine.git/commitdiff
Replaced SessionStore :session_key with :key (#6887).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Nov 2010 15:14:19 +0000 (15:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Nov 2010 15:14:19 +0000 (15:14 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4405 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environments/test.rb
lib/tasks/initializers.rake

index 5f2b027ef2fff336869ab2a8f8db757c9856a233..79ee6af967c8aa9c50c127f8f08fa121495acb61 100644 (file)
@@ -17,7 +17,7 @@ config.action_mailer.perform_deliveries = true
 config.action_mailer.delivery_method = :test
 
 config.action_controller.session = { 
-  :session_key => "_test_session",
+  :key => "_test_session",
   :secret => "some secret phrase for the tests."
 }
 
index cec557250b201f6689db9a7d6edc080a4b63b2c2..3d4a402057c8c1ccc78b853b58e9afecb662dc32 100644 (file)
@@ -16,7 +16,7 @@ file 'config/initializers/session_store.rb' do
 # secret is at least 30 characters and all random, no regular words or
 # you'll be exposed to dictionary attacks.
 ActionController::Base.session = {
-  :session_key => '_redmine_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