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
 
Line 1: Line 1:
 +
<noinclude><font size="-2">
 +
:'''[[Cookies]] > [[Cookies/Deleting A Cookie|Deleting A Cookie]] > Direct HTTP Programming'''
 +
</font></noinclude>
 +
 
To delete a cookie, simply set it with an Expires date in the past and optionally with an empty value. It will be erased.
 
To delete a cookie, simply set it with an Expires date in the past and optionally with an empty value. It will be erased.

Latest revision as of 04:26, 22 October 2012

Cookies > Deleting A Cookie > Direct HTTP Programming

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