so habe mir jetzt ein logout.php geschrieben.
doch da kommt die Fehlermeldung:
Warning: Trying to destroy uninitialized session in c:\apache\htdocs\login\logout.php on line 2
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\login\logout.php:2) in c:\apache\htdocs\login\logout.php on line 3
Die logout.php sieht so aus:
<?php
session_destroy();
header ("Location: nav.php");
?>
doch da kommt die Fehlermeldung:
Warning: Trying to destroy uninitialized session in c:\apache\htdocs\login\logout.php on line 2
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\login\logout.php:2) in c:\apache\htdocs\login\logout.php on line 3
Die logout.php sieht so aus:
<?php
session_destroy();
header ("Location: nav.php");
?>
Kommentar