Is the cookies are available on cross domain?
Answers were Sorted based on User's Feedback
Answer / narender
it is possible to maintain your cookies to other web page
or other domain by using setcookie variables.
| Is This Answer Correct ? | 7 Yes | 7 No |
Answer / 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 |
How many ways to include variables in double-quoted strings in php?
What is the mysql injection?
How to Pass JSON Data in a URL using CURL in PHP?
How many php functions are there?
What is htmlentities function in php?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
recurring account in PayPal payment gateway?
1 Answers A1 Technology, HBL, HBL Power Systems, IBM,
How can we connect to a mysql database from a php script?
What is the difference between exception::getmessage and exception::getline?
How to create reusable code in php?
Explain the differences between get and post methods?
Tell me what is the importance of "action" attribute in a html form?