PDA

View Full Version : Has anyone had problems with temporary cookies not being recognized in 5.5 ?


ianm2
2006-09-07, 08:40 AM
.... 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

daiyi666@yahoo.com
2006-09-07, 08:51 AM
Yes, I had some problems as well. But switching browsers, I got the same message about not having cookies enabled. So I figured it was something else, ie, Mac marginilzation.

ianm2
2006-09-07, 09:04 AM
what I'm seeing is really ow5.5 specific. The script works as expected in all other tested browsers including ow5.1.3, Safari and Ffox on mac, and IE and Ffox on XPpro.

Ian

HunterHillegas
2006-09-13, 07:08 PM
Yes, I have seen the same problem. OW5.5 doesn't seem to send them back to the server under certain circumstances.