array(1) { ["PHPSESSID"]=>  string(32)
"337a44c0d6c9ed3cf4ba4e97d707589e" } is returned by firefox on calling
var_dump($_COOKIE). NULL in ie.

On 11/11/05, Richard Lynch <[EMAIL PROTECTED]> wrote:
> On Fri, November 11, 2005 12:06 pm, sunaram patir wrote:
> >> > session_start();
> >   session_cache_limiter('private_no_expire');
> >  session_set_cookie_params(0,"/","schools.zenrays.com");
> >  when i call var_dump($_COOKIE), it returns null. i can't make out
> > what's happening!
>
> Is $_COOKIE NULL in the browsers that work, or just in IE?
>
> If it's only in IE, then is IE configured to not accept Cookies from
> your site, or perhaps never from 3rd-party sites, or perhaps Security
> settings are preventing the Cookies from being accepted...
>
> You can't force the User to accept your Cookies.
>
> Perhaps consider using trans_sid in php.ini to embed the Session ID in
> the URL instead of a Cookie.
>
> --
> Like Music?
> http://l-i-e.com/artists.htm
>
>
>

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

Reply via email to