I would like to set up a cookie that never expires. Would that even be possible?
document.cookie = \"name=value; expires=date; path=path;domain=domain; secu
You could possibly set a cookie at an expiration date of a month or something and then reassign the cookie every time the user visits the website again