What you do need for global login (i.e. automatic login to other SE sites after you have logged in to one of them) is localStorage access through a cross-domain IFRAME. This is usually the same setting in browsers (for good reasons, since except for the JavaScript requirement, it has almost identical implications).