Re: [PHP] Re: differences in session handling between 4.1.1 and 4.3.1

2003-06-28 Thread anders thoresson
I would also advise to check for register_globals, since I have the faint feeling it was OFF on your old version and ON in your new (though most logcial would be viceversa :P) register_globals are on in 4.1.1 and off in 4.3.1. So, your faint feeling was wrong (which I'm sorry for, cause any feel

[PHP] Re: differences in session handling between 4.1.1 and 4.3.1

2003-06-28 Thread Tularis
I would also advise to check for register_globals, since I have the faint feeling it was OFF on your old version and ON in your new (though most logcial would be viceversa :P) Bobby Patel wrote: maybe compare the php settings for both servers (using phpinfo()). Also check the register globals s

[PHP] Re: differences in session handling between 4.1.1 and 4.3.1

2003-06-28 Thread Bobby Patel
maybe compare the php settings for both servers (using phpinfo()). Also check the register globals setting. I know this might not be a big help, but it's a start. good luck Bobby "Anders Thoresson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Are there any big differences in se