Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Cookies/Deleting A Cookie/Direct HTTP Programming"

From NetSec
Jump to: navigation, search
(Created page with "To delete a cookie, simply set it with an Expires date in the past and optionally with an empty value. It will be erased.")
 
(No difference)

Revision as of 07:34, 19 July 2012

To delete a cookie, simply set it with an Expires date in the past and optionally with an empty value. It will be erased.