remove(name, domain)

removes a variable with the specified name from cookie

Parameters

  • name - the key of the variable
    • string
  • domain - the domain name for which cookie will be saved (optional)
    • string

Returns

method doesn't return any data