At 03:55 25.03.2003, Alexander Weber said:
[snip]
>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
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
2 matches
Mail list logo