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
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
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
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
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
5 matches
Mail list logo