AppserverIo\Appserver\ServletEngine\Http\SessionWrapper::shutdownObject PHP Method

shutdownObject() public method

This method must not be called manually – it is invoked by Flow's object management.
public shutdownObject ( ) : void
return void
    public function shutdownObject()
    {
        throw new \Exception(__METHOD__ . ' not implemented yet');
    }