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
What is $_ request?
What is php programming used for?
What are examples of independent and dependent variables?
What are majic methords in php?
Tell me what does the initials of php stand for?
What is encapsulation in php?
Which function Returns the time of sunrise for a given day / location in PHP.
Define about declare construct?
What is a simple php method to make a cross domain data request?
What is cookie and session in php?
How do you call a constructor for a parent class?
What is the difference between == and === operator in PHP?
What is php used for?
What is super () python?
What is the best way to test the strpos() return value in php?