[PHP] PHPSESSIONID altering each time the page is loaded in IE

2004-01-20 Thread Tarrant Costelloe
As the subject says, I posted this bug report on the official php bugs page http://bugs.php.net/bug.php?id=26950 and have now changed my storing of user information to use cookies as such: setcookie(cookie_auth_memberID, $row['id'], time()+604800,'/'); setcookie(cookie_auth_Username,

Re: [PHP] PHPSESSIONID altering each time the page is loaded in IE

2004-01-20 Thread daniel
As the subject says, I posted this bug report on the official php bugs page http://bugs.php.net/bug.php?id=26950 and have now changed my storing of user information to use cookies as such: setcookie(cookie_auth_memberID, $row['id'], time()+604800,'/'); setcookie(cookie_auth_Username,

RE: [PHP] PHPSESSIONID altering each time the page is loaded in IE

2004-01-20 Thread Tarrant Costelloe
Nope, calling it once. For some odd reason as I have detailed here http://bugs.php.net/bug.php?id=26950 IE is loosing all it's cookie data on different clicks around the website. A piece at a time, however MOZ and Opera are fine. In Fellowship, Tarrant -Original Message- From: [EMAIL