You can't do this with session data. It would be a HUGE security/privacy issue if you could. Session data is also stored locally on the server, so its inaccessible unless the servers share parts of their file system.
However, if you're trying to share data between two systems and depending on the browser, it's possible to set the cookie data of another domain.