You can clear _SESSION
<?php
session_start();
session_destroy();
$_SESSION = [];
echo '<h1>You have been successfully remove session</h1>';
?>
You can clear _SESSION
<?php
session_start();
session_destroy();
$_SESSION = [];
echo '<h1>You have been successfully remove session</h1>';
?>
Hi, I’m Vijay Chauhan, a web developer from India in love with all things internet. Online since 2015.
Data Definition Language (DDL) : CREATE , ALTER , DROP (tables, views, procedures, triggers). Data Manipulation Language (DML) : SELECT ,...