Its sort of what i wondered.... when the session is started it makes a file
in say c:/temp (in NT machine) what i wondered is how do you encode the
information in there ... the info in the file is something like
user|s:6:"username";pass|s:6:"password";email|s:6:"email address";

and also i can't get a value for the email ...  so the
session_register('email') returns nothing ... do you have any ideas?

-----Original Message-----
From: Michael McGlothlin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 10:35 AM
To: Peter Houchin
Cc: PHP MAIL GROUP
Subject: Re: [PHP] session encode


You don't need to use session_encode () in most situations. You can use
sessions and they'll automaticlly encode your variables. Is that what
you wondered?

Peter Houchin wrote:

> With session incode do you have to have it on every page where you have a
> session_start() ?
>
> Peter
>




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