Hi Im using cookies on my site and it works fine, but.... My site has many folders and i want it to create ONE cookie for the whole site and not one cookie for every folder. The line i use is:
setcookie("test", $color, time()+3600*1000);
can anyone help me so i get only on cookie instead of a cookie for every folder thats has been visted?
knuff