Hi!

I want to encode a variable data this way...

session_start();
session_register("dhaval");
$dhaval = "trythisout";
session_encode($dhaval);


when I check out the c:\tmp\ directory and  check out
the session data I can still read the same as
dhaval=trythisout and it's not encoded...is it coz the
session_encode isn';t working or that I am wrong
somewhere..?


Thanx


Dhaval Desai






__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to