This table stores session initiation data.

Column Name

Type

Length

Null Allowed

Description

SESSION_ID

varchar

100

No

Identifier; primary key.

SITE_ID

smallint

No

The site from which the session was initiated. Foreign key to ARF_SITE.ID.

HOUR_ID

varchar

40

No

Foreign key to ARF_TIME_HOUR.HOUR_ID.

NUM_EVENTS

int

No

Number of sessions initiated within the specified hour.