Can two different browser share one cookie?

Hiscal picture Hiscal · Jan 28, 2010 · Viewed 48.7k times · Source

My requirement is pretty interesting, I want to maintain one cookie between two different browser for same domain.

so lets say I have create one cookie with name "mydata" and value "hiscal" from IE, then if i browse same website from firefox and trying to read cookie "mydata" then system should give me value "hiscal"

but this is not happen in general case

so can any one tell me how i can share cookie between to different browser(client) of same domain.

Thanks, Hiscal

Answer

Fro_oo picture Fro_oo · Jan 28, 2010

You can build a cookie-proxy by creating a Flash application and use Shared Objects (SO = Flash cookies) to store data.

Any Browsers with Flash installed could retrieve the informations stored in the SO.

But, it's an ugly workaround.

Just don't share cookies... and find another way to build your website/app.