|
Posted by sunaram patir on 11/11/05 20:49
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.
Navigation:
[Reply to this message]
|