I've been including global.php from a script in another directory in order to access $vbulletin login information. However, I've realized global.php keeps clearing any variables I set and the only way to keep them around is to store them in a session. Why is it doing this, and is there a way I can make it stop? Thanks.