I'm developing an application to be used on two browser tabs. Eventually a tab modifies a cookie, so I need to refresh the other tab to load the correct information. Is it possible to hide a change in a cookie so that I can refresh the other tab?
Other suggestions are welcome.