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 _________________
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 ________________
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 _________________
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 ______________
To initiate a session which function is used?
To initiate a session which function is used?
The secure ( ) argument in setcookie function returns result __________________
The secure ( ) argument in setcookie function returns result __________________
Which PHP function offers to send raw arbitrary HTTP headers?
Which PHP function offers to send raw arbitrary HTTP headers?
When the value of sessionauto_start ( ) function is zero it means that _________________
When the value of sessionauto_start ( ) function is zero it means that _________________
The $_SESSION array is one of the superglobal variables introduced in _______________
The $_SESSION array is one of the superglobal variables introduced in _______________
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?
The www-authenticate mechanism works only under the _______________
The www-authenticate mechanism works only under the _______________
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 ______________________
When a session ia active, PHP provides a special constant called _________________
When a session ia active, PHP provides a special constant called _________________
In PHP, cookies are set by using the ________________
In PHP, cookies are set by using the ________________
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 ________________
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 _______________
session_unset ( ) takes ________________
session_unset ( ) takes ________________
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 ___________________