instance method
session_enabled?
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
session_enabled?()
No documentation comment.
Source
# File actionpack/lib/action_controller/base.rb, line 646
def session_enabled?
ActiveSupport::Deprecation.warn("Sessions are now lazy loaded. So if you don't access them, consider them disabled.", caller)
end
Defined in actionpack/lib/action_controller/base.rb line 646
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Base