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
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Explain the purpose of output buffering in php.
How to make horizonatl menu and vertical menu responsive
Is php outdated 2019?
How to find current date and time?
Is it more secure to use cookies to trfer session ids?
How to take a substring from a given string in php?
What's php?
What kind of things have you done on the social side?
What is a string in php?
Tell me how is it possible to parse a configuration file?
How do I run a php script?
How does php isset work?
What are the functions of string?
Is null empty php?