Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) Delete the previous session
b) Start a new session
c) Check whether a valid session exists
d) Handle the session

Answer: c
Explanation: 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.

Join The Discussion