Jump to content

Hijacking


Miss-Ruth

Recommended Posts

To prevent PHP form Hijacking it's best to Turn off the register_globals. correct? But some of my applications stop responding when it's turned off. What is the risk? Any solution to avoid the risk?

 

Thanks.

Ruth.

 

register_globals should always be off. Sounds like your scripts were developed some years ago (using php4) because register_globals  was a thing of the past. Its very insecure since you don't need to declare your passed variables. Therefore, it's really easy to pass bad or harmful data through your scripts - and you never know what could go through. You should hire me to upgrade your scripts ; )

Link to comment
https://forums.phpfreaks.com/topic/221102-hijacking/#findComment-1144837
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.