There is much JavaScript cookie code on the Internet and in books, that
shows how to write, read, and take apart what is read.
I have some saved. I was wondering if there is any reason for me to save
that.
Also, I work alone so it would be valuable to hear that using
Request.Cookies and Response.Cookies is a good approach not withstanding all
the code that uses document.cookie.
It's confusing. For example your statement: "For example if you have to set
them client side... "
Is there some reason to do that?
In fact, I'm looking at a 75-line code that is used to display the number of
visits by the person to the site. It uses document.cookie and JavaScript. Is
that the way you'd do it?
Thanks for helping