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
Nope. That can't be done. The best 'way' of doing that is just making the expiration date be like 2100.