Hi all,
I have a problem with cookies:
When I use the header function directly
after it, it does not set the cookie.
Code:
setcookie ('session_id',$session_id,0,"/");
header("Location: mydir/index.htm");
When I do not redirect, the cookie is set!!
In addition, the problem appeared today,
whereas <U>exactly</U> the same code was working just yesterday!
I would appreciate any help!
Thanks, Nick.