From b8907d2e6ed8e40445a1148077dc49849d751098 Mon Sep 17 00:00:00 2001 From: Cody Fauser Date: Thu, 15 Jan 2009 06:55:15 -0500 Subject: Use :secure key in session_options example instead of :session_secure --- actionpack/lib/action_controller/session_management.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/session_management.rb b/actionpack/lib/action_controller/session_management.rb index f06a0da75c..b556f04649 100644 --- a/actionpack/lib/action_controller/session_management.rb +++ b/actionpack/lib/action_controller/session_management.rb @@ -37,7 +37,7 @@ module ActionController #:nodoc: # Returns the hash used to configure the session. Example use: # - # ActionController::Base.session_options[:session_secure] = true # session only available over HTTPS + # ActionController::Base.session_options[:secure] = true # session only available over HTTPS def session_options @session_options ||= {} end -- cgit v1.2.3