class Rack::Protection::SessionHijacking

def encrypt(value)

def encrypt(value)
  value = value.to_s.downcase
  options[:encrypt_tracking] ? super(value) : value
end