Which one of the following is the very first task executed by a session enabled page?

Which one of the following is the very first task executed by a session enabled page? Correct Answer Check whether a valid session exists

The session variables are set with the PHP global variable which is $_SESSION. The very first task executed by a session enabled page is Check whether a valid session exists.

Related Questions