On Mon, 3 Sep 2001, Dhaval Desai wrote:

> 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() returns a string for you to use in a PHP script.  It
doesn't encode or encrypt the session data on the server.  If you need to
encode or encrypt the data on the server, you have to create an encoding
or encrypting scheme within your PHP scripts.

        ~Chris                           /"\
                                         \ /     Pine Ribbon Campaign
Microsoft Security Specialist             X      Against Outlook
The moron in Oxymoron.                   / \     http://www.thebackrow.net



-- 
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