explain working of session_start() in php
How the session_start() works in php? When we write session_start() at top of the file, how the things are working in background.If anyone can explain. >Solution : Session in PHP is just a variable that stores value in it. the session_start() is used to tell that we are using session variable in this code and… Read More explain working of session_start() in php