What is PHP Session? $_SESSION is a special array used to store information across the page requests a user makes during his visit to your website or web application. Although you can store data using cookies but it has some security issues. Since cookies are stored on user's computer it is possible for an attacker … Continue reading PHP Sessions