appendExpired
Deprecated (with error)
This method doesn't bypass all flags and extensions so it will be removed in future major release. Please consider using append with expires parameter instead.
Replace with
append(name, "", CookieEncoding.URI_ENCODING, 0, GMTDate(), domain, path, secure, httpOnly, extensions)
Content copied to clipboard
Appends an already expired cookie. Useful to remove client cookies.