Merhabalar
sorunmu kısaca şöyle hem uye panelınden hem admın panelınde gırıs yaptıgım zaman 2sinden bırınden cıkıs yapınca 2 sindede cıkıs yapıyor
uye cikis.php
<?php
if (isset($_GET['cikis'])) {
unset($_SESSION['login']);
session_unset();
session_destroy();
header("Location: index.php");
exit;
}
?>
admincikis.php
if (isset($_GET['cikis'])) {
unset($_SESSION['yonetici']);
session_unset();
session_destroy();
header("Location: index.php");
exit;
}
Session cikis sorunu
1
●138
- 24-03-2018, 14:57:24Kimlik doğrulama veya yönetimden onay bekliyor.
- 24-03-2018, 15:16:54battleship adlı üyeden alıntı: mesajı görüntüle
session_destroy();
kullanmayin