RemoveCookie is available since version 1.0.
Prototype:
null-returned RemoveCookie(string name, string path, string domain, string secure)
Parameters
	
		
			name
		
		
			cookie variable name
		
	 
	
	
		
			domain
		
		
			the domain associated with the cookie
		
	 
	
		
			secure
		
		
			security settings, eg: "SECURE"
		
	 
 
Description:
Remove cookie from client(browser).
Return value:
Returns null.