diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Session is an abstract of Layer 4-7 connection, i.e., TCP Session, HTTP Session, - A session can derive child sessions. - All session has three states, which are Opening, Active, Closing. - State changes generate session events. + Event is something happened in a session, i.e., TCP OPENING, HTTP Request, Session Extra Data updates. Session Extra Data is a developer defined data structure that attached to a session, it's lifetime is same as the session. |
