AppserverIo\Appserver\ServletEngine\Http\SessionWrapper::removeData PHP Méthode

removeData() public méthode

Removes the session data entry $key from the session.
public removeData ( string $key ) : void
$key string Entry identifier of the session data to remove
Résultat void
    public function removeData($key)
    {
        $this->getSession()->removeData($key);
    }