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
How to read a file in binary mode?
How to pad an array with the same value multiple times?
Should I learn php before wordpress?
How can I use single quotes in single quotes in php?
Explain soundex() and metaphone().
What is php in full?
How to display your correct URL of the current web page?
Which function parses an English textual date or time into Unix timestamp in PHP.
What is the use of super-global arrays in php?
What is php programming used for?
What are magic constants in php?
What is session in c#?
What function should you use to join array elements with a glue string?
What is the delimiter default in PHP?
What is difference between strstr() and stristr()?