Session
Posted: Thu Sep 22, 2011 12:34 am
How to restart the session w/out logging out?
is it possible?
is it possible?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
What have you tried?mnewman wrote:how am i going to execute that?
Code: Select all
<?php
session_destroy();
$_SESSION = array();
?>