# File 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