class Rack::Protection::SessionHijacking

def encrypt(value)

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