W
Wanda
I want to store related data in an array of cookies, is there a way to
do it in aspnet?
I would like to see something like
Response.Cookies(key)(1).Value = "aaa"
Response.Cookies(key)(2).Value = "bbb"
If not, could you please suggest me some other method in details?
Thank in advance. Any help would be greatly appreciated.
Wanda
do it in aspnet?
I would like to see something like
Response.Cookies(key)(1).Value = "aaa"
Response.Cookies(key)(2).Value = "bbb"
If not, could you please suggest me some other method in details?
Thank in advance. Any help would be greatly appreciated.
Wanda