I have never heard that $GLOBALS[''] causes performance issues, where did you get this
info? does $HTTP_SESSION_VARS work if you turn
register_globals on;
in php.ini? here is my session.egn file.
--
Chris Lee
[EMAIL PROTECTED]
"Michael Champagne" <[EMAIL PROTECTED]> wrote in
Ok, I'm not really getting this. Without anything in my php.ini I was able to
register session vars just like session_register('var') and then access them
using $GLOBALS['var']. From what I'm gathering there's a performance hit from
using the $GLOBALS? So I turned register_globals off, I'm regi
2 matches
Mail list logo