Re: [PHP] setcookie IE6 problem

2002-08-29 Thread Javier Montserat
machine generated xml privacy statement, >then stability with regards >to cookies is not guaranteed. Do a search and read up about it. Check out >w3c's site. > >- Original Message - >From: "Javier Montserat" <[EMAIL PROTECTED]> >To: <[EMAIL PROTEC

Re: [PHP] setcookie IE6 problem

2002-08-29 Thread Gregory Barker
From: "Javier Montserat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 1:39 PM Subject: [PHP] setcookie IE6 problem > I'm setting a session cookie with the following code - > > function setSessionCookie(){ >$expires = time

[PHP] setcookie IE6 problem

2002-08-29 Thread Javier Montserat
I'm setting a session cookie with the following code - function setSessionCookie(){ $expires = time()+$this->session_expires; $issetCookie = setcookie("$this->cookiename", "$this->sess_id", "$expires", "/",