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

# session_object table

> Generic session object, accessible from ejscript etc, typically xml or name=value syntax, may be stored over several rows if big

## session\_object Table (254)

Generic session object, accessible from ejscript etc, typically xml or name=value syntax, may be stored over several rows if big

## Fields

| Name        | Description                                            | Type                    | Nullable |
| ----------- | ------------------------------------------------------ | ----------------------- | :------: |
| id          | The primary key (auto-incremented)                     | PK                      |    No    |
| login\_id   | The id of the login session owning this session object | FK [login](./login.mdx) |    No    |
| name        | A unique name for the entry                            | String(255)             |    No    |
| part        | Part number used to concatinate long values            | Int                     |    No    |
| value       | The object value                                       | Clob                    |    Yes   |
| created\_at | When the object was posted.                            | DateTime                |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/session_object.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=0304b078c1d10408c0134613e2e293db" alt="session_object table relationship diagram" width="412" height="59" data-path="media/loc/en/database/tables/session_object.png" />

## Indexes

| Fields    | Types       | Description |
| --------- | ----------- | ----------- |
| login\_id | FK          | Index       |
| name      | String(255) | Index       |

## Relationships

| Table            | Description                                        |
| ---------------- | -------------------------------------------------- |
| [login](./login) | This table contains entries for the user sessions. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [chat_session table](/en/database/tables/chat-session.md)
- [login table](/en/database/tables/login.md)
- [Void](/en/automation/crmscript/reference/CRMScript.Global.Void.md)
- [Sessions](/en/api/reference/restful/rest/chattopic/sessions.md)
- [Create Session](/en/api/reference/restful/agent/customerservice_agent/create-session.md)
- [Transfer Chat Session](/en/api/reference/restful/rest/chatsession/transfer-chat-session.md)
