Is it possible to update a locally stored cookie using wix/velo?
I’d like to update the “f_id=9” portion of this cookie to make it “f_id=4” when a certain page loads:
Name: default_trk
Content: usr_st=123456&ident_u=1234&f_id=9&stop=1111111&e_t=2222222
Is there a way for me to do this? I’ve tried to search around but I’m not finding anything as a starting point. thanks!