If you want PHP to transparently handle passing session variables for you when cookies are not available, you have to configure ___________________
If you want PHP to transparently handle passing session variables for you when cookies are not available, you have to configure ___________________
In PHP, cookies are set by using the ________________
In PHP, cookies are set by using the ________________
Using $_SESSION, $HTTP_SESSION_VARS functions can be dangerous, so that you can use _______________
Using $_SESSION, $HTTP_SESSION_VARS functions can be dangerous, so that you can use _______________
When the value of sessionauto_start ( ) function is zero it means that _________________
When the value of sessionauto_start ( ) function is zero it means that _________________
When a session ia active, PHP provides a special constant called _________________
When a session ia active, PHP provides a special constant called _________________
To initiate a session which function is used?
To initiate a session which function is used?
Which PHP function offers to send raw arbitrary HTTP headers?
Which PHP function offers to send raw arbitrary HTTP headers?
What kind of session will maintain its identity as long as user stays within a site?
What kind of session will maintain its identity as long as user stays within a site?
A period of time during which a particular person, views a number of web pages at a particular machine is called as _________________
A period of time during which a particular person, views a number of web pages at a particular machine is called as _________________
HTTP protocols by which browsers talk to a web server is ________________
HTTP protocols by which browsers talk to a web server is ________________
In PHP4.1 and later versions, the cookies name/value pair are added to the _________________
In PHP4.1 and later versions, the cookies name/value pair are added to the _________________
php.ini file can be viewable by callingphp.ini file can be viewable by calling _________________
php.ini file can be viewable by callingphp.ini file can be viewable by calling _________________
The www-authenticate mechanism works only under the _______________
The www-authenticate mechanism works only under the _______________
The $_SESSION array is one of the superglobal variables introduced in _______________
The $_SESSION array is one of the superglobal variables introduced in _______________
session_unset ( ) takes ________________
session_unset ( ) takes ________________
Name, value, expire, patrh, httponly, domain, secure all of these are arguments of ______________
Name, value, expire, patrh, httponly, domain, secure all of these are arguments of ______________
The secure ( ) argument in setcookie function returns result __________________
The secure ( ) argument in setcookie function returns result __________________
A function that takes no argument s and return a string, which is unique key corresponding to a particular session ____________________
A function that takes no argument s and return a string, which is unique key corresponding to a particular session ____________________
The meaning of superglobal arrays is it can be ________________
The meaning of superglobal arrays is it can be ________________
A special kind of a file that is located in the filesystem of your browser and can be read and write from the web server, is calls as ______________________
A special kind of a file that is located in the filesystem of your browser and can be read and write from the web server, is calls as ______________________