Internet Explorer does not create my cookie because of frame
Hello,I am trying to create a cookie in a website which contains frame.
setcookie("$nom", "$value", $expire, "/", "");
Without any frame, the cookie is created but when the page contains an other frame, the cookie does not created.
What's wrong? I've seen others websites without this problem.
Best regards,