php3-list | 199901
Date: 01/08/99
- Next message: Colin Viebrock: "RE: [PHP3] No PHP joy yet ..."
- Previous message: Colin Viebrock: "RE: [PHP3] Cookies and Domains"
- In reply to: Michael Stearne: "[PHP3] Cookies and Domains"
- Next in thread: Colin Viebrock: "RE: [PHP3] Cookies and Domains"
- Reply: Colin Viebrock: "RE: [PHP3] Cookies and Domains"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 8 Jan 1999, Michael Stearne wrote:
> How do I set one cookie the will work for http://mydomain.com/ and
> http://www.mydomain.com/
>
> Right now I am saying:
> SetCookie("MyDomainUserCookie",$user_id,mktime(0,0,0,12,32,2020));
Change "MyDomainUserCookie" to 'mydomain.com'
-adam
-- / adam maccabee trachtenberg | visit college life online \ \ adam <email protected> | http://www.student.com /-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev <email protected>
- Next message: Colin Viebrock: "RE: [PHP3] No PHP joy yet ..."
- Previous message: Colin Viebrock: "RE: [PHP3] Cookies and Domains"
- In reply to: Michael Stearne: "[PHP3] Cookies and Domains"
- Next in thread: Colin Viebrock: "RE: [PHP3] Cookies and Domains"
- Reply: Colin Viebrock: "RE: [PHP3] Cookies and Domains"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

