How can we know that a session is started or not?

How can we know that a session is started or not?

View Answers

November 16, 2010 at 11:20 AM

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









Related Tutorials/Questions & Answers:
Advertisements