View Single Post
.... as in

<?php setcookie('cookie_check','ok'); ?>

then in next page:

if ($_COOKIE['cookie_check']=='ok') {
$msg = 'cookie_check is ok';
}

cookie_check is not being found if it's temporary... it used to work in 5.1.3

Thanks,
Ian