Re: php session in ie

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux