Hello,

I know using set cookie you should be able to set a cookie that deletes
itself when the user closes the browser, but this is not happening.  For
some reason it will not create the cookie at all.  Any ideas?

<? php

setcookie ("Cookiename", $value);

?>

This is the code we are using, before the header and all that.

Thanks,

Chris



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to