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
Which software is used to run php programs?
How do you end php?
What is traits? How it is used in php?
What is the difference between explode and split?
What is csrf token in php?
How to stop the execution of php script?
What is constructor and destructor?
How would you open a directory for reading in php?
What is constructors and destructors?
How to include variables in double-quoted strings in php?
What is the difference between rest and soap?
Why should I store logs in a database rather than a file?
What do the initials of php stand for?
How do you check if a variable has been set in php?
Which variable declarations within a class is invalid in php?