Hello,
Can anyone explain why a cookie with a bunch of keys (no pun intended) when retrieved with javascript is in a different key order compared to that same cookie when retrieved with ASP?
e.g.
JS returns: key1=A&key2=B&key3=C&key4=D&key5=E
ASP returns: key5=E&key2=B&key3=C&key1=A&key4=D
All the data is certainly there, but it makes it more complex to parse it.
Any thoughts or solutions on how to prevent/fix it would be appreciated. Steve Davis
hey.you@hahaha.com.au
Can anyone explain why a cookie with a bunch of keys (no pun intended) when retrieved with javascript is in a different key order compared to that same cookie when retrieved with ASP?
e.g.
JS returns: key1=A&key2=B&key3=C&key4=D&key5=E
ASP returns: key5=E&key2=B&key3=C&key1=A&key4=D
All the data is certainly there, but it makes it more complex to parse it.
Any thoughts or solutions on how to prevent/fix it would be appreciated. Steve Davis
hey.you@hahaha.com.au