1 of 1 users consider this post helpful
Re: Using PHP $_SESSION in MyApps
The problem was that the cookie parameter of the website was set to same site.
I now did samesite = none, and it is working.