PHP converting $_SESSION to $HTTP_SESSION_VARS
I had some scripts which used $_SESSION to register variables to a session, each page had session_start() at the top of the script and everything worked fine, however I now need to change them for php 4.0.6 and simply replacing $_SESSION with $HTTP_SESSION_VARS is not working
why????
|