Javascript Cookies
How to set, get and delete the cookie using javascript?
Explanation
A cookie is nothing but a variable that is stored in the browsers. With JavaScript, you can set, get or delete the cookie values. There are three types of cookie functions in javascript. They are: