[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

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 General

[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

Re: [PHP] Help! Cookies...

2001-03-15 Thread Richard Lynch
/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 on php.net, but it keeps