a simple idea is to force the session_id between the domains with an ajax call or an hidden iframe. The concept is simple, you have [A,B,C] domains, where you create a script *sid.php*: ``` php "; } } $_SESSION['sid_updated'] = true; } ``` An AJAX call it could be better then the iframe, up to you to implement a better solution. ### Note This solution is not safe! If you have a good solution to improve the security of it, please update this GIST.