Answer Posted / mallikarjun
According to the cookie specification, any cookie set for
one domain, must not be sent to any other domain.
Therefore, if you set a cookie in your user's browser on
one domain, that cookie will not be available on any other
domain. This tutorial describes a solution to get around
this issue......
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
How to create a session? How to set a value in session? How to remove data from a session?
How to find datatype of variable in php?
What is cookies? How to create cookies in php?
What is the best php version for wordpress?
What is the importance of "action" attribute in a html form?
Is php faster than python?
Tell me what should we do to be able to export data into an excel file?
How do you clear environment variables?
Explain about the data types in PHP?
What are interfaces in php?
What is meant by public, private, protected, static and final scopes?
Explain me what is x+ mode in fopen() used for?
List some string function name in php?
Explain PHP?
Are php session secure?