Infact
If anyone can recommend a better way of doing the cookie setting in order for it to persist when the browser is closed, that would be appreciated.
thanks
I was hoping someone could shed some light on why my cookie that I set does not persist when the browser is closed.
The current code is:
Response.Cookies("SURVEY")("N_count") = "1"
Response.Cookies("SURVEY").Expires = DateAdd("d", Date, 30)
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.