unregister a session in PHP(in oop structure)

public function Unregister($key)
{
unset($this->mSession[$key]);
}


in here

session_start();

$this->mSession = &$_SESSION;

Comments

Popular posts from this blog

MRTG configurations

ADSL configuration on Cisco router