I create the cookie in jQuery. I can verify it in Firefox. But when I try to print the cookie or assign into another value I cant get it. I also use sessions. And I started the session in PHP. My code to print or assign the cookie value is shown below
echo $_COOKIE['a'];
değer atama için
$b=$_COOKIE['a'];
JQuery kullanılarak oluşturulan çerez
$.cookie("a",$(this).val());
Nerede bir hata yaptın? Nasıl çerez değerini alabilirsiniz?