setCookie
Last updated
Was this helpful?
Was this helpful?
function() {
this.setCookie({
name: "Cookie-Name",
value: "Cookie-Value",
exdays: 2
});
return "";
}function() {
this.setCookie({
name: "Cookie-Name",
value: "Cookie-Value",
exdays: { m: 30 }
});
return "";
}