session_object Table (254)
Some tooltip text!
• 1 minute to read
• 1 minute to read
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 | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
login_id | The id of the login session owning this session object | FK login | |
name | A unique name for the entry | String(255) | |
part | Part number used to concatinate long values | Int | |
value | The object value | Clob | ● |
created_at | When the object was posted. | DateTime | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
login_id | FK | Index |
name | String(255) | Index |
Relationships
Table | Description |
---|---|
login | This table contains entries for the user sessions. |
Replication Flags
- None
Security Flags
- No access control via user's Role.