Re: [PHP] Need Help with register_globals OFF

2002-08-02 Thread Jason Wong
On Saturday 03 August 2002 07:37, Monty wrote: > I'm trying to use the more secure "register_globals=Off" setting for some > simple scripts that do authentication and use sessions. But I'm ready to > rip all my hair out! Look at the chapter "Session handling functions". The setting of register_g

[PHP] Need Help with register_globals OFF

2002-08-02 Thread Monty
I'm trying to use the more secure "register_globals=Off" setting for some simple scripts that do authentication and use sessions. But I'm ready to rip all my hair out! Can someone recommend a good article online that clearly discusses what's different when you have register_globals=Off? I've spen