I’m working on a project which i have to run into an iframe on an other domain (Wordpress site). It all works fine except that the Kirby sessions are not working. And this only on Safari.
I have tried this workaround. (http://www.mendoweb.be/blog/internet-explorer-safari-third-party-cookie-problem/).
This works with PHP Sessions ($_SESSION["favcolor"] = "green";),
but when i use kirby sessions it doesn’t work.
$session = kirby()->session();
$session->set(“favcolor”,“green”);
Any one an idea how i can fix this?
PS. I have a kirby licence for the kirby part 