On Wednesday 12 February 2003 05:44, Chad Day wrote:
> This is with PHP 4.2 and register_globals off.
>
> I am setting cookies and starting a session in the following fashion:
>
> setcookie("EMAILADDR", $row[EMAIL], time()+2592000, '/', ".$dn");
>
> where $dn = mydomain.com
>
> I want the cookies accessible sitewide .. at www.mydomain.com,
> mydomain.com, forums.mydomain.com, etc.
>
> in IE 5.5, IE 6.0, and NS 7.0, it seems this is being accomplished
> correctly.
>
> In NS 4.8 (and 4.7 I assume), the cookies are never even getting set.  Can
> anyone tell me as to why?  I've been prodding around cookie docs and trying
> to find something that works in all browsers, and a lot of people seem to
> have the same question..

archives > cookie handling

I'm sure there's some interesting reading to be found.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Emerson's Law of Contrariness:
        Our chief want in life is somebody who shall make us do what we
        can.  Having found them, we shall then hate them for it.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to