Re: [PHP] How to get sessions worked with register_globals=OFF?

2004-01-05 Thread Chris Shiflett
--- sudheer yakkala <[EMAIL PROTECTED]> wrote: > I was wondering If I could get applications run with > register_globals = OFF Yes, otherwise disabling register_globals would not be the default behavior chosen. :-) > I have developed few applications, long back when I > was using php 4.0.6. All

[PHP] How to get sessions worked with register_globals=OFF?

2004-01-05 Thread sudheer yakkala
Hi, I was wondering If I could get applications run with register_globals = OFF I have developed few applications, long back when I was using php 4.0.6. All of them worked fine when register_globals=ON. But none of the sessions were working when I turned off register_globals. I tried replacing