41. |
When you want to store user data in a session use the _______ array. (જ્યારે તમે સત્રમાં વપરાશકર્તા ડેટા સંગ્રહિત કરવા માંગતા હો ત્યારે _______ એરેનો ઉપયોગ કરો.)
|
||||||||
Answer:
Option (a) |
42. |
The setcookie() function must appear _______ the <html> tag. (setcookie() ફંક્શન <html> ટેગની _______ દેખાવા જોઈએ.)
|
||||||||
Answer:
Option (b) |
43. |
Name, expire time, value, path, httponly, domain, secure all of these are arguments of which function? (Name, expire time, value, path, httponly, domain, secure આ બધી શેની argument છે?)
|
||||||||
Answer:
Option (b) |
44. |
______ destroys all of the data associated with the current session. (______ current session સાથે સંકળાયેલ તમામ ડેટાને destroy કરે છે.)
|
||||||||
Answer:
Option (d) |
45. |
What is the correct syntax of cookie? (Cookieની સાચી syntax શું છે?)
|
||||||||
Answer:
Option (d) |
46. |
The secure() argument in setcookie function returns result (setcookie ફંક્શનમાં secure() argument _______ result આપે છે.)
|
||||||||
Answer:
Option (c) |