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
How many types of php frameworks are there?
What is zend studio for?
Is python similar to php?
Differentiate between php5 and php7?
What is a query in php?
What is regular expression in php?
What is an example of a variable?
How to execute an sql query?
Tell me how a constant is defined in a php script?
Is php easier than javascript?
Where is php code written?
How can we determine whether a php variable is an instantiated object of a certain class?
Can we extend final class in php?
Does php class need constructor?
What is the string concatenation operator in php?