# File lib/rack/session/abstract/id.rb, line 105 def exists? return @exists if instance_variable_defined?(:@exists) @exists = @by.send(:session_exists?, @env) end