> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IsSessionExists

> ABBYY FlexiCapture Web Services API の IsSessionExists は、指定されたIDの接続セッションが現在存在するかどうかを確認し、ブール値を返します。

<div id="what-it-does">
  ## 機能
</div>

指定されたIDのセッションが存在するかどうかを確認します。

<div id="definition">
  ## 定義
</div>

```
bool IsSessionExists( int sessionId );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**  | **型** | **説明**   |
| --------- | ----- | -------- |
| sessionID | int   | セッションのID |

<div id="returned-value">
  ## 戻り値
</div>

| **型** | **説明**                      |
| ----- | --------------------------- |
| bool  | 指定したIDのセッションが存在するかどうかを示すフラグ |
