Re: [PHP] Help Cookies

2003-03-29 Thread Daniel Guerrier
http://www.php.net/manual/en/function.setcookie.php You can set the expire date to be far of into the future. --- Haseeb Iqbal <[EMAIL PROTECTED]> wrote: > hi > how can i set the cookies life to non expireable > and what action should i take when the user signs > out? > Regards. > > > -- > PHP

[PHP] Help Cookies

2003-03-29 Thread Haseeb Iqbal
hi how can i set the cookies life to non expireable and what action should i take when the user signs out? Regards. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] HELP COOKIES !

2002-11-04 Thread Shaun
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 contents! HOW CAN I DEL

Re: [PHP] Help! Cookies...

2001-03-15 Thread Richard Lynch
c.com/volunteer.htm - Original Message - From: Jack Sasportas <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Wednesday, March 14, 2001 5:57 PM Subject: [PHP] Help! Cookies... > I am frustrated with cookies, and the whole array aspect of them. > I have looked at sample code o

[PHP] Help! Cookies...

2001-03-14 Thread Jack Sasportas
I am frustrated with cookies, and the whole array aspect of them. I have looked at sample code on php.net, but it keeps bombing. Here are my questions: #1 When passing an array to the cookie, is the array one dimensional or 2 ? In other words when the value is stored in the cookie does it lo