> ## 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

> IsSessionExists in der ABBYY FlexiCapture Web Services API prüft, ob aktuell eine Verbindungssitzung mit der angegebenen ID existiert, und gibt einen booleschen Wert zurück.

<div id="what-it-does">
  ## Was es macht
</div>

Prüft, ob eine Sitzung mit der angegebenen ID existiert.

<div id="definition">
  ## Definition
</div>

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

<div id="parameters">
  ## Parameter
</div>

| **Name**  | **Type** | **Beschreibung**   |
| --------- | -------- | ------------------ |
| sessionID | int      | Die ID der Sitzung |

<div id="returned-value">
  ## Rückgabewert
</div>

| **Typ** | **Beschreibung**                                                       |
| ------- | ---------------------------------------------------------------------- |
| bool    | Ein Flag, das angibt, ob eine Sitzung mit der angegebenen ID existiert |
