PDA

View Full Version : Need session / cookie variables


etron
09-21-2005, 10:50 PM
Could someone post the session variables that are available for userid and username please. :) Working on a new plugin. Thank you!

spib
09-22-2005, 09:55 AM
function Test()
{
global $userinfo;

echo $userinfo['userid'];
echo $userinfo['username'];
}