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

close() public method

Explicitly writes and closes the session
public close ( ) : void
return void
    public function close()
    {
        throw new \Exception(__METHOD__ . ' not implemented yet');
    }