Home

What is the correct answer?

4

If session.use_cookie is set to 0, this results in use of..

A. Session

B. Cookie

C. URL rewriting

D. Nothing happens

Correct Answer :

C. URL rewriting


Related Questions

What will be the output of the following PHP code? <?php $a1 = array_fill(3,… What will be the output of the following PHP code ? <?php $i = 0;while(++$i… 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 define('GOOD_OCTAL',… To create an object and set the date to JUNE 22, 2013, which one of the… PHP files have a default file extension of.. What will be the output of the following PHP code ? <?php $color1 =… Which one of the following function is useful for producing a timestamp… What will be the output of the following PHP code? <?php $a = array(red,… What will be the output of the following PHP code? If say date is 22/06/2013.… What will be the output of the following PHP code ? <?php /*echo Hello… 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 $fname = array(Peter,… If the format is F then which one of the following will be returned? 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… 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 $color1 =… What is the default time(in seconds) for which session data is considered… The date() function returns ___ representation of the current date and/or… What will be the output of the following PHP code ? <?php $color1 =… Which of the following PHP statements will output Hello World on the screen?i)… If the directive session.cookie_lifetime is set to 3600, the cookie will… Which of following variables can be assigned a value to it?i) $3helloii)… What will be the output of the following PHP code ? <?php $i = ;while… Say you want to calculate the date 45 days from the present date which… Which one of the following format parameter can be used to identify timezone? What will be the output of the following PHP code? <?php echo (checkdate(4,31,2010)… What will be the output of the following PHP code ? <?php define(GREETING,…