I have a cookie set by C#.NET which I am reading in PHP.
Cookie name is MyCookie.
When I use echo $_COOKIE[\'MyCookie\'];, it is printing cookie and r
$_COOKIE[\'MyCookie\'];