The simplest way of creating a cookie using JavaScript is as below:
document.cookie = “key1 = value1; key2 = value2; expires = date”;
The simplest way of creating a cookie using JavaScript is as below:
document.cookie = “key1 = value1; key2 = value2; expires = date”;
Leave a Reply