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
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Tell me what is the use of isset() in php?
Is numeric in php?
What is restful api?
What is php's mysqli extension?
How can php and html interact?
Do you know what is the use of the function 'imagetypes()'?
Can we extend two classes in php?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Who is the father of php?
What is php compared to html?
What is difference between print and echo in php?
How to convert numbers to strings in php?
Which function would you use to format date information in php?
What is a php class?