method

session

rails latest stable - Class: ActionController::Base::DeprecatedBehavior

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

session(*args)
public

No documentation available.

# File actionpack/lib/action_controller/deprecated/base.rb, line 73
      def session(*args)
        ActiveSupport::Deprecation.warn(
          "Disabling sessions for a single controller has been deprecated. " +
          "Sessions are now lazy loaded. So if you don't access them, " +
          "consider them off. You can still modify the session cookie " +
          "options with request.session_options.", caller)
      end