PHP Sessions
Session variable stores the information about a user that variable will be availbale to all pages and we can handle the login track using the session concept Session is time duration when the user start to browse a webpage and it will be live until the page close. in php we will use the ‘session_start();’… Read More »