clear

clears the browser cookie

void clear( [string domain] );
domainstringoptional, the cookie domain

Example

webix.storage.cookie.clear("site.com");

Back to top