My guess is one server has register_globals on, the other has
register_globals off. Try this change in your code: instead of assigning a
value to $HTTP_SESSION_VARS["toto"], instead assign a value to $toto. You
will then see a value for $toto in the echo session_encode().
$HTTP_SESSION_VARS["toto"
On Wed, May 09, 2001 at 09:30:27AM -0600, Johnson, Kirk wrote:
> You should not have to call session_encode() to get sessions to work. Make
uhm, i used session_encode to print out the things for debugging
> session_start(); the first line on each page where you want to use session
> variables
> -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
&
hello,
i have a problem with sessions. on the host where i want to install
the prog i developed on my laptop the sessions doesn't seem to work
investigating on the laptop where the system works, i allready have some
understanding problems with how sessions work.
i suppose that at th
4 matches
Mail list logo