Returns the hash used to configure the session. Example use:
ActionController::Base.session_options[:session_secure] = true # session only available over HTTPS
Source Code
# File action_controller/session_management.rb, line 35 def session_options ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS end
<code/>and<pre/>for code samples.