Session is a file-based session implementation for storing details about the Digest authentication session between requests.
Initializes the new Session object.
opaque - A string to identify the session. This would normally be the opaque sent by the client, but it could also be an identifier sent through a different mechanism.
options - Additional options
:tmpdir A tempory directory for storing the session data. Dir::tmpdir is the default.
# File lib/httpauth/digest.rb, line 588 def initialize(opaque, options={}) self.opaque = opaque self.options = options end
Generated with the Darkfish Rdoc Generator 2.