| Index |
| A unique value for each registerd sessions. |
| State |
| Status of HTTP session. As long as a session exists in this table its state is active. Setting the session state to delete will cause this entry to be deleted as well as the related session. Enumerations: |
| Start |
| Timestamp when the session was started Range: 0 to -1 |
| Expiry |
| Timestamp when session will expire. This entry is updated every http request received for this session with current time plus httpAdminSessionTimeout. Range: 0 to -1 |
| Rights |
| The mask contains session rights of authorized user copied over from respective biboAdmLoginHTTPAccessRights table entry. Enumerations: - admin (0)
- fci (1)
- maint (2)
- easp (3)
|
| User |
| Contains the name of the authorized user copied over from the respective biboAdmLogin table entry. Length: 0 to 255 |
| Host |
| Contains host field from HTTP request header. Length: 0 to 255 |
| RemoteAddr |
| IP address of client at time of HTTP session initiation. Actually this wouldn't normally change during a session's lifetime but also wouldn't get updated if so. |
| AccessClass |
| Contains HTTP access class of authorized user, copied over from biboAdmLoginHTTPAccessClass of respective biboAdmLogin table entry during session initiaition. Enumerations: - user (1)
- admin (2)
- service (4)
|