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