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
Who created numbers?
What is smarty?
What is the use of inner join in mysql?
Tell me what is the difference between get and post?
What is the difference between the functions strstr() and stristr()?
What are new features in php 7?
How to convert strings to upper or lower cases?
What are the rules in creating php variable?
How can we set and destroy the cookie in php?
What is the use of array_count_values() in php?
Is laravel an oop?
What is the difference between characters 34 and x34?
Is php better than python?
What is orm in php framework?
Which array function checks if the particular key exists in the array?