1.Where are the cookies storing ?
2.What is the drawback of using cookies ?
3. If two site is having same cookie name and different
values what will be the output if we echo the cookie name
from those sites ? How can we solve this issue (How can we
specify the domain name)?
Answer Posted / pradeep
For 2nd question
1.If clients disables cookies, then we can save a cookie.
2.As data is stored in a txt file. there is no security.
3.For each web site only 20 cookies are allowed.i.e
limitation of the size
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain $_FILES Superglobal Array?
What is cookie?
What is the use of magic function in php?
What is the function file_get_contents() usefull for?
How to replace a text in a string with another text in php?
What is magic function in php?
List some of the features of php7.
What are the Formatting and Printing Strings available in PHP?
Describe which programming language does php parallel to?
What is stripslashes php?
Can I write php code in html file?
What is var_dump?
What do the initials of php stand for?
What does the unset() function means?
Write down the code for save an uploaded file using php?