Concept Framework 2.0 documentation Contents | Index

web.server.api.RemoveCookie

Name Version Deprecated
RemoveCookie version 1.0 no

Prototype:
null-returned RemoveCookie(string name, string path, string domain, string secure)

Parameters:
name      cookie variable name
path      cookie path
domain      the domain associated with the cookie
secure      security settings, eg: "SECURE"

Description:
Remove cookie from client(browser).

Returns:
Returns null.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:21 2011 GMT(c)2011 RadGs Software