Module Warden::Mixins::Common
In: lib/warden/mixins/common.rb

Methods

Public Instance methods

Convenience method to access the rack request params :api: public

raw_session()

Alias for session

Convenience method to access the rack request. :api: public

Resets the session. By using this non-hash like sessions can be cleared by overwriting this method in a plugin @api overwritable

Convinience method to access the session :api: public

Provides a warden repository for cookies. Those are sent to the client when the response is streamed back from the app. :api: public

[Validate]