Problems closing sessions
Posted: Tue Nov 25, 2003 11:51 am
Is it possible to close a session wihout closing browser?
Should this close a session?
I have this to close a session in my web, but after this, when you are taken to acceso6.html it still recognise the session.
<?php
session_start();
session_unset();
session_destroy();
header("Location: /acceso6.html");
?>
Should this close a session?
I have this to close a session in my web, but after this, when you are taken to acceso6.html it still recognise the session.
<?php
session_start();
session_unset();
session_destroy();
header("Location: /acceso6.html");
?>