Sessions are tied to cookies so no, you cannot access them across multiple domains.
You could pass them in the url or something but that would not really be a good thing to do security wise in my opinion.
Again, google is your friend:
My search was "php sessions across multiple domains"
First item was:
https://stackoverflow.com/questions/...ferent-domains
.