I'm trying to get the one variable I stored insite a session, the
variable's name is $username I am trying to do it like this, but I think
it's wrong:

$PHPSESSID = session_encode();
$username = session_decode();

It tells me I have wrong parameters for session decode.

What am I supposed to encode to get the variable from the session?

- Victor > www.argilent.com


______________________________________________________________________ 
Post your ad for free now! http://personals.yahoo.ca

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to