Field Name |
Description |
Version Added |
lyrSessionID | Primary key for the table SessionID (int, NOT NULL) | 10.0 |
SessionID | The user's session ID, that is stored in a cookie on the user's browser (varchar(50), NOT NULL) | 10.0 |
SessionData | The data associated with the session (varchar(500), NOT NULL) | 10.0 |
CreateTime | The time the session was created (this is used to occasionally prune old sessions (smalldatetime, NOT NULL) | 10.0 |