AppserverIo\Appserver\ServletEngine\Http\SessionWrapper::removeData PHP 메소드

removeData() 공개 메소드

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