Home

What is the correct answer?

4

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

Correct Answer :

C. Check whether a valid session exists


Related Questions

What will be the output of the following PHP code ? <?php $color1 =… PHP files have a default file extension of.. What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code? <?php $a1 = array(a=>red,… Which one of the following is the very first task executed by a session… How many ways can a session data be stored? What will be the output of the following PHP code ? <?php define(GREETING,… What will be the output of the following PHP code ? <?php define(VAR_NAME,test);${VAR_NAME}… What will be the output of the following PHP code ? <?php $color =… What will be the output of the following PHP code? <?php $a = array(A,… What will be the output of the following PHP code? <?php $fname = array(Peter,… What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php define('GREETING_TEST',… What will be the output of the following PHP code ? <?php class Constants{… What will be the output of the following PHP code ? <?php $i = 5;while… What will be the output of the following PHP code ? <?php $i = 2;while… What will be the output of the following PHP code ? <?php $color1 =… Which one of the following is the default PHP session name? What will be the output of the following PHP code? <?php $cars = array(Volvo,… What will be the output of the following PHP code ? <?php $i = 0;while… Which one of the following format parameter can be used to identify timezone? Which one of the following function is used to start a session? Which of the following is/are a PHP code editor?i) Notepadii) Notepad++iii)… What will be the output of the following PHP code ? <?php define(GREETING,… What will be the output of the following PHP code ? <?php $color1 =… What will be the output of the following PHP code ? <?php $i = 0;while… What will be the output of the following PHP code? <?php $a = array(red,… What will be the output of the following PHP code ? <?php $i = 5;while… What will be the output of the following PHP code? <?php $a1 = array(red,…