Session Type:
Talk
Track:
Software Development Most developers ignore the basic security measures that are required to make any PHP application safe from various vulnerabilities.
This session will introduce you to various security issues in web applications like -
- SQL Injection
- XSS
- File Inclusion
- Session Fixation
We will then figure out the reason for existence of such vulnerabilities in our code and some of the common mistakes by PHP developers while creating applications.
Finally, we will see some of the built-in PHP functions that can be used effectively to avoid these issues and make our applications more secure.


