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 |
What is api used for?
How to return ascii value of character in php?
What can php do?
What is a PHP Filter?
what is php?
What is the major php security hole? How to avoid?
How to include variables in double-quoted strings?
Do you know how to delete a file from the system?
What is cURL in PHP?
How to retrieve the original query string?
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?
How to create a session? How to set a value in session?