js fetch apisi ile php session verisi ni nasıl değiştiririm.
fetch('../up/test.php?data=test',{
method : 'GET'
//headers : {'Content-Type': 'application/json'}
});
//Burada bir değer gelmiyor
echo "test fetch ".$_GET["data"];
consoldan baktım headers da
Status Code: 302 Found görünüyor
fetch ile ilgili araştırdım ama hep veri alma üzerine göstermişler
ben session verisini günvelleyeceğim.