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

close() 공개 메소드

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