# File lib/action_controller/base.rb, line 655 def session_enabled? ActiveSupport::Deprecation.warn("Sessions are now lazy loaded. So if you don't access them, consider them disabled.", caller) end