PDA

View Full Version : cookie problem in firefox w/PHP



SmoothDime
January 14th, 2005, 01:58 AM
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

SmoothDime
January 14th, 2005, 02:05 AM
* fixed *