method
session_options
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActionController::SessionManagement::ClassMethods
session_options()
public
Returns the hash used to configure the session. Example use:
ActionController::Base.session_options[:secure] = true # session only available over HTTPS


