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 |
Is php easy language to learn?
Is age interval or ordinal?
Write a regular expression to get the value xxx from the string 'xxx@yyy.com'
Write a program to show the joining of two strings in php?
Is array empty php?
How to generate a form?
What is difference between html and php?
What is php routing?
What is the empty function?
what is the difference between GET,POST and REQUEST in php
Which is best framework for php?
What is the difference between characters and #?