<?php
session_name
('cineleparis_session');
session_start();
session_destroy();
header("Location: login.php");
exit;
?>