Session
(Redirected from session)
Jump to navigation
Jump to search
A Session is a temporal instance that represents a bounded period of continuous activity or interaction within defined start and end points.
- Context:
- Session Characteristics:
- Session Start through initiation events
- Session End through termination events
- Session Duration between start and end
- ...
- It can (typically) maintain Session State during its duration.
- It can (typically) generate Session Data through activity logging.
- It can (typically) track Session Events for analysis.
- ...
- It can (often) support Session Recovery through state preservation.
- It can (often) provide Session Metrics for performance analysis.
- It can (often) enforce Session Policy through rule implementation.
- ...
- It can range from being a Brief Session to being an Extended Session, depending on duration.
- It can range from being a Simple Session to being a Complex Session, depending on activity complexity.
- It can range from being a Passive Session to being an Active Session, depending on interaction level.
- ...
- Session Characteristics:
- Examples:
- Interactive Sessions:
- Health-Related Sessions:
- System Sessions:
- ...
- Counter-Examples:
- Time Periods, which lack defined boundaries.
- Events, which are instantaneous.
- Processes, which may span multiple sessions.
- States, which describe conditions rather than periods.
- See: Instance, Activity, Temporal Entity, Event.