Session var problems... grrr..

Session var problems... grrr..

am 07.12.2007 16:48:48 von SeanInSeattle

So yeah, I have the following code, which is *not* working. I'm
trying to write a logout.php page. Can someone tell me where I'm
going wrong with this script? Any help is appreciated!

[CODE]




Session Variable Checking




Session Checking

echo "Username: |" . $_SESSION['_USERNAME'] . "|
";
echo "Email: |" . $_SESSION['_EMAIL'] . "|
";
echo "Access: |" . $_SESSION['_ACCESSLVL'] . "|
";
?>











[/CODE]

Re: Session var problems... grrr..

am 07.12.2007 16:51:15 von luiheidsgoeroe

On Fri, 07 Dec 2007 16:48:48 +0100, SeanInSeattle
wrote:
> So yeah, I have the following code, which is *not* working. I'm
> trying to write a logout.php page. Can someone tell me where I'm
> going wrong with this script? Any help is appreciated!

There is no code for logging out in this page, just displaying of
$_SESSION values?

--
Rik Wasmus

Re: Session var problems... grrr..

am 07.12.2007 20:37:10 von unknown

Post removed (X-No-Archive: yes)