Re: [PHP] Secure coockie is not available as variable

2003-03-25 Thread Ernest E Vogelsinger
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

[PHP] Secure coockie is not available as variable

2003-03-24 Thread Alexander Weber
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