When you write PHP applications and general guidelines for writing secure Web applications apply. The most important rule is to take care of all user input. Before this entry is used by the application must be carefully validated. With the built-in PHP session, it is important to properly manage to prevent session fixation attacks. Moreover, […]