Flowdock
method

session

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::SessionManagement::ClassMethods
session(*args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/session_management.rb, line 45
      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
Register or log in to add new notes.