is it possible to rewrite the value of stored cookie? If so How to do that?
My exact case is,
I have created a cookie with some PATH(frm user,which i don know probably). I have to rewrite the value of this cookie somewhere else. I can just create a cookie wit same name but the problem here is i don know the PATH value.
- Either i should get the PATH of the stored cookie..
- else, i should re-write the existing cookie
Any help would be most welcome Thanks.