> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/session_object.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=b89dc63a344662e1dcc87574d5b077be" 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.
