I need to set a ParentCookie wich will include sub childern
Example (in ASP):
response.cookie s("testCookie") ("test1") = "186"
response.cookie s("testCookie") ("test2") = "140"
in this way i can pool all the test Cookies by accessing the testCookie
and loop all the children
How can i do it in javascript??
Example (in ASP):
response.cookie s("testCookie") ("test1") = "186"
response.cookie s("testCookie") ("test2") = "140"
in this way i can pool all the test Cookies by accessing the testCookie
and loop all the children
How can i do it in javascript??
Comment