In this video we shall see what is Session in case of a PHP web application. PHP Session is an alternative way to make data accessible across the various pages of an entire website. A session creates a file in a temporary directory on the server where registered session variables and their values are stored. This data will be available to all pages on the site during that visit.