How can we know that a session is started or not?
Hi everyone,
The session is started in PHP by using sessionstart() function. The sessionstart() function always stay in the header portion in the PHP page. It will declares first after that we can use session_register() function for register the session for the PHP application.
Thanks
Ads