Quote:
Originally Posted by Incendium
Why not use $_SESSION?
|
I wondered about this, but when I did a grep through the vbulletin files, I couldn't find a single occurrence of $_SESSION. I know the vbulletin
code standards tell us not to use superglobals like $_POST, $_GET, etc, so is using $_SESSION somehow a bad thing? Is there a better way, and how does vb do it?