> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] HELP, problems with sessions.....
> so what aren'T i understanding here? shouldn't all the vars and values
> be in the encoded string??? and what could cause the loss of
> the session
> vars on my server, what can i do to debug this?
You should not have to call session_encode() to get sessions to work. Make
session_start(); the first line on each page where you want to use session
variables. Use session_register() on each variable you want to be a session
variable. If you still have problems, please post your code so we can look
for bugs. Good luck!
Kirk
--
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]