Home / comp / gb.web / response / removecookie 
Response.RemoveCookie (gb.web)
Syntax
STATIC SUB RemoveCookie ( Cookie AS String, Value AS String [ , Domain AS String, Path AS String ] )
Removes a cookie.

Actually, a cookie is sent with an expiration date in the past, so that the cookie is destroyed.