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

# isSessionEnabled

> Check whether a smart session is enabled on the account.

Method on an account instance returned by [`createAccount`](/sdk-reference/rhinestone-sdk/create-account).

## Usage

```ts theme={null}
const sessionEnabled = await account.isSessionEnabled(session)
```

## Parameters

<ParamField path="session" type="Session" required>
  Session to check
</ParamField>

## Returns

<ResponseField name="sessionEnabled" type="boolean">
  `true` if the session is enabled
</ResponseField>
