Re: [PHP] Another cookie question

2002-11-24 Thread Ernest E Vogelsinger
At 22:14 24.11.2002, Øystein Håland said: [snip] >In the purpose of getting access to mydomain.se/ha/ I will set a cookie: >setcookie ("login", "OK", time()+3600, "/ha/"); >It looks like the cookie is set since I get the confirmation text (of course >placed i

[PHP] Another cookie question

2002-11-24 Thread Øystein Håland
In the purpose of getting access to mydomain.se/ha/ I will set a cookie: setcookie ("login", "OK", time()+3600, "/ha/"); It looks like the cookie is set since I get the confirmation text (of course placed inside the codeblock where the cookie is 'set' (?). Probably it just confirm that it has found