Hi all, I'm having an array in cookie i want to delete a particular element from that cookie array. Whether is it possible.if possible means how? Can any body tell me? Thanks in advance...
Hi, I would do the simplest thing. Get the array from the cookie, delete the element, reset the cookie... aXe
Yes me too doing the same thing but since if we do like this it will increase the lines of code. so only i'm search for other alternatives... Thanks...