Cross Domain User Sessions

Hello, I am currently using Moralis which uses Parse Platform as a base. I am looking into using the same login service between multiple domains and apps. Is it possible to save the Parse/currentuser in a cross domain cookie?

I’m not sure if it’s gonna be that easy. A session token issued by app1 will not be valid in app2.