[PHP] Re: HELP COOKIES !

2002-11-05 Thread Shaun
"Erwin" <[EMAIL PROTECTED]> wrote in message news:20021105082624.74531.qmail@;pb1.pair.com... > > Hi Grtz Erwin, > > > > let me tell you wat i need to do. > > > > 1.) I have a login page - if the user logs in correctly i create > > session(with session_start()) , a cookie is written to client + >

[PHP] Re: HELP COOKIES !

2002-11-05 Thread Erwin
> Hi Grtz Erwin, > > let me tell you wat i need to do. > > 1.) I have a login page - if the user logs in correctly i create > session(with session_start()) , a cookie is written to client + > session file to server. > 2.)When the user logs off - i call the logOff.php page . The contents > are as

[PHP] Re: HELP COOKIES !

2002-11-04 Thread Shaun
"Erwin" <[EMAIL PROTECTED]> wrote in message news:20021104153413.19848.qmail@;pb1.pair.com... > Shaun wrote: > > Hi, > > > > I tried some advice you gave , i tried to destroy the session cookie > > wiht setcookie(session_name()); and setcookie(session_name(),-3600); > > but the cookie is still the

[PHP] Re: HELP COOKIES !

2002-11-04 Thread Shaun
"Erwin" <[EMAIL PROTECTED]> wrote in message news:20021104153413.19848.qmail@;pb1.pair.com... > Shaun wrote: > > Hi, > > > > I tried some advice you gave , i tried to destroy the session cookie > > wiht setcookie(session_name()); and setcookie(session_name(),-3600); > > but the cookie is still the

[PHP] Re: HELP COOKIES !

2002-11-04 Thread Erwin
Shaun wrote: > Hi, > > I tried some advice you gave , i tried to destroy the session cookie > wiht setcookie(session_name()); and setcookie(session_name(),-3600); > but the cookie is still there . Instead , there are now 2 cookies > with the same name , the one has the session id , the other has no