iPhone does not save my cookies, android does

I am creating an Client-Server App and I use cookies. On Android it works without any problems.

Since iOS12 it does not work on an Apple device.

i set the cookie like this (php7):

setcookie("cookiename","",time()-(3600*24*365*3), "/");