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 / ranjan
Pradeep I am not getting it. How there is no security when
cookie is also a txt file.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is strcmp?
How to delete a file from the system?
Explain what is the static variable in function useful for?
What is the current stable version of php?
How to find datatype of variable in php?
What is a substring in php?
What does php do?
What are interfaces in php?
How can I use single quotes in single quotes in php?
How many records can be stored in mysql table?
How would you determine the size of a file in php?
What is the use of anonymous function in php?
Does php class need constructor?
Do you know what is the difference between the include() and require() functions?
Can you give example for trait in php?