Re: [PHP-DB] Permanent Cookies

2001-04-16 Thread Johannes Janson

Hi,

could it be the setting of cookie_lifetime in your php.ini?
or the coolie_path?

just two thoughts

cheers
Johannes

""Lisa Elita"" [EMAIL PROTECTED] schrieb im Newsbeitrag
004f01c0c4df$1bd0e540$69fc2bca@hadinata">news:004f01c0c4df$1bd0e540$69fc2bca@hadinata...
 I tried to use cookies with this PHP code:

 SetCookie("cookiename", "cookievalue", "Friday, 16-Jan-2037 00:00:00 GMT",
 "/", ".myserver.com", 0);

 but it seems that the cookie is only store in memory (not as file).
 Can someone explain it to me...

 Best regards,
 Lisa Elita


 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Permanent Cookies

2001-04-14 Thread Lisa Elita

I tried to use cookies with this PHP code:

SetCookie("cookiename", "cookievalue", "Friday, 16-Jan-2037 00:00:00 GMT",
"/", ".myserver.com", 0);

but it seems that the cookie is only store in memory (not as file).
Can someone explain it to me...

Best regards,
Lisa Elita


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] Permanent Cookies

2001-04-14 Thread David Balatero

I've been having this problem as well...if anyone could clear that one up
that would be great. I was just about to send out an email on that actually
:)

Thanks,
David Balatero
[EMAIL PROTECTED]

- Original Message -
From: Lisa Elita [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 14, 2001 5:33 AM
Subject: [PHP-DB] Permanent Cookies


 I tried to use cookies with this PHP code:

 SetCookie("cookiename", "cookievalue", "Friday, 16-Jan-2037 00:00:00 GMT",
 "/", ".myserver.com", 0);

 but it seems that the cookie is only store in memory (not as file).
 Can someone explain it to me...

 Best regards,
 Lisa Elita


 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]