hello, I send a secure cookie an it should be available as varible
setcookie("pbas_usr", $row[usr], time()+600, "", "", 1);
but the varable is empty. If it send the header without secure flag the
cookie works well
setcookie("pbas_usr", $row[usr], time()+600);
Is there a special way to read out secure cookies?
THX,
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

