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 / guest
1.In client side
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What types of Data Can Be Used as Array Keys?
What is session cookies php?
What does the scope of variables means?
What type of errors can be occurred in php?
Is php used anymore?
Can a trait extend a class php?
Do you know what is php?
How to increase the execution time of a PHP script?
What is the difference between javascript and php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How to declare an array in php?
Which is the best web server?
How can I learn php fast?
How do I expire a php session after 30 minutes?
Inside a php function, what param needs to be set in order to access a global variable?