Hacker News new | ask | show | jobs
by adem 2647 days ago
I can imagine that multiple tabs/windows don't share the same address space, so in case of opening the same website on another browser instance, saving to disk would make sure that the cookie is exposed to other running processes as well.
1 comments

Saving to disk is probably one of the simplest ways of sharing data between processes, but it's far from the only one (e.g. named pipes)