Try setting session.use_cookies to "Off" so PHP won't even try to use
Cookies.

On Fri, November 11, 2005 12:49 pm, sunaram patir wrote:
> 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?
>>
>>
>>
>> Perhaps consider using trans_sid in php.ini to embed the Session ID
>> in
>> the URL instead of a Cookie.
>>
> Please look at http://schools.zenrays.com/phpinfo.php . trans_sid is
> on.
>


-- 
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