|
Posted by "Richard Lynch" on 11/11/05 21:08
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 <ceo@l-i-e.com> 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
Navigation:
[Reply to this message]
|