destroy session id
Posted: Thu Jun 05, 2003 10:44 pm
a friend of mine have this problem.:
he use this code to destroy the session, but when he creates the session again THE SAME SESSION ID is created.. any comments?
Code: Select all
<?php
session_start();
session_unset();
session_destroy()
?>
html stuff