Can we arrange the cookie values which is set in the browsers(probably any browser which supports cookie) i.e if the cookie is set like cookiename=cookievalue1=one&cookievalue2=two
can we change it to
cookiename=cookievalue2=two&cookievalue1=one
Brett_Tabke
5:38 am on Jun 20, 2002 (gmt 0)
Sure, order isn't important. The application will split the cookies on the & and then on the =. So order isn't critical.