Shared session between domains

I have 3 different domain names that point to one PHP CAKE. How do I make a user’s session available through these three domains?

Does this help? Short answer: you can’t. Long answer: you can, but it needs you to add APIs for single sign on.

1 Like

Have you tried with sub domains. You’d want database sessions.