Forum Moderators: open

Message Too Old, No Replies

Arrange cookie values

Arrange cookie values

         

ndineshkumar

9:09 am on Jun 18, 2002 (gmt 0)



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)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Sure, order isn't important. The application will split the cookies on the & and then on the =. So order isn't critical.