Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/phphtdocs/
Upload File :
Current File : /var/www/html/venkat/phphtdocs/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>';
?>