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
3. domain name can be mentioned as a parameter in setcookie
function
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between $argv and $argc? Give example?
How does php strcmp work?
How to check if a string contains a character or word in php?
What is session expiry?
How to create and destroy cookies in php?
How to track user logged out or not? When user is idle?
What are the popular content management systems (cms) in php?
How is it possible to remove escape characters from a string?
How do functions work?
What is difference between strstr() and stristr()?
What is mysql in php?
How to get the IP address of the client/user in PHP?
What is better .net or php?
armstrong number by using php while number is given by the keyboard.?
What are hooks in php?