remove

removes a data item associated with the specified key from the storage

void remove(string name, [string domain] );
namestringthe data key
domainstringoptional, the cookie domain

Example

webix.storage.cookie.remove("weather","site.com");

Back to top