Dans mon fichier "logout.php" pour quitter la session HTACCESS

J'ai mis :


<?php
header('WWW-Authenticate: Basic realm="Acces Restreint"');
header('HTTP/1.0 401 Unauthorized');
...