# HG changeset patch # User jittat # Date 2009-04-26 14:40:51 # Node ID f002bd602fc3ea70074b8fb5525db046ded74850 # Parent 5f8c24384d1c7ccee7c86e58b614589581930aee removed deprecated session_key from ApplicationController git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@380 6386c4cd-e34a-4fa8-8920-d93eb39b512e diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -2,8 +2,6 @@ # Likewise, all the methods added will be available for all controllers. class ApplicationController < ActionController::Base - # Pick a unique cookie name to distinguish our session data from others' - session :session_key => '_grader_session_id' SINGLE_USER_MODE_CONF_KEY = 'system.single_user_mode'