Is it possible in javascript to retain the value of a variable not just in one browser but in a different browser? I tried localStorage and sessionStorage but it only works on the current browser only.
Can I have a sample code on how to achieve that?
Thank you.