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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php