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 a string in php?
What is $_ post in php?
What is in php 7?
What is php session id?
Who is the father or inventor of php?
What is a collection in php?
Which PHP function would you use to send an email?
Can we use get instead of post?
What is isset in php?
What is namespace and use in php?
Explain me what is sql injection?
How to uploaded files to a table?
How to turn on the session support in php?
How do you remove whitespace from the beginning and end of a $string variable?
What is php pathinfo?