| Current Path : /var/www/html/venkat/aviral/aviral/ |
| Current File : /var/www/html/venkat/aviral/aviral/endSession.php |
<?php
session_start();
$_SESSION = array();
session_destroy();
echo '<h4>Your session has expired. Please log in again.';
echo '<div class="container"><form action="index.html"><button type="submit">Login</button></form></div>';
?>