Re: [PHP] After upgrading PHP, Session Values not stored properly

2004-08-23 Thread Sheni R. Meledath
Hi Andre, Thank you. Yes, the register_globals is set to 'on'. At 05:41 PM 8/23/2004, Andre Dubuc wrote: On your new setup, is register_globals=on by any chance? I ran into the same problem -- once set to off, everything started working properly. Just a thought, Hth Andre On Monday 23 August 2004 0

Re: [PHP] After upgrading PHP, Session Values not stored properly

2004-08-23 Thread Andre Dubuc
On your new setup, is register_globals=on by any chance? I ran into the same problem -- once set to off, everything started working properly. Just a thought, Hth Andre On Monday 23 August 2004 02:45 am, Sheni R. Meledath wrote: > Hi Gerard, > > Many thanks. We are using cookies to store the se

Re: [PHP] After upgrading PHP, Session Values not stored properly

2004-08-22 Thread Sheni R. Meledath
Hi Gerard, Many thanks. We are using cookies to store the session ID. The session on other sites are working perfectly. The same problem on this site is experienced by other users also. Also the same log-in module was working perfectly with the older PHP version. At 10:20 AM 8/23/2004, Gerard S

Re: [PHP] After upgrading PHP, Session Values not stored properly

2004-08-22 Thread Gerard Samuel
Sheni R. Meledath wrote: session.use_trans_sid On On Im currently running FBSC 4.10/php 4.3.6, and the only difference with our session setup is session.use_trans_sid. Mine is off. For sessions to get lost means that either a) You have cookies disabled in the browser b) Yo

[PHP] After upgrading PHP, Session Values not stored properly

2004-08-22 Thread Sheni R. Meledath
Hi, We recently upgraded PHP on our web server to version 4.3.8. After upgrading sessions are not working properly. Please help to configure the latest version. There is a log-in module on our web site. After successfully entering the log-in information, a session variable is created to track t