Cookie problem in firefox w/PHP

hi,

i am writing a script that sets some cookies. it works in IE but not firefox.


setcookie("id", "value", 60*60);

why is this?
anyone have a fix for firefox?

thanks