class ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::NullSessionHash
:nodoc:
def exists?
def exists? true end
def initialize(env)
def initialize(env) super(nil, env) @data = {} @loaded = true end
:nodoc:
def exists? true end
def initialize(env) super(nil, env) @data = {} @loaded = true end