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
What are the benefits of composer?
What is mysql_fetch_object?
What is the mysql injection?
What is the difference between implode() and explode() in php?
How to replace a text in a string with another text in php?
How to read a file in binary mode?
What is the difference between die () and exit () in php?
Why do we use polymorphism in php?
What is pdo classes?
What is a static variable in php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Explain the purpose of output buffering in php.
/temp is a type of filesystem directory. State Whether True or False?
What are php keywords?
Write a php function to convert all null values to blank?