YaBB SE Version: 1.5.4
PHP Version: 4.1.2
MySQL Version: 4.0.x
Server Platform: Windows
Link to Forum: Problem Description:Does YaBBSE use the PHP session object/variable to store information? And how can I make sure that it does?
I need to be able to utilize the information in a session for other pages on the site outside the forum.
I saw this code posted by [Unknown]
<?php echo $GLOBALS['sc'];?>
<?php echo $GLOBALS['username'];?>
<?php if ($GLOBALS['settings'][7] == 'Administrator') {?>
admin stuff.
<?php } ?>
-[Unknown]
Does $GLOBALS use the session thingy of PHP?
thanks,
Ed