Update UserName in Cookie:

Current Cookie Contents:

Deleting the cookie will take effect on the *next* postback, since the cookie information is still in Request.Cookies for the duration of the PostBack once the Delete button is clicked. Click it once, then click the "Refresh Without Saving" button.

VB Version