Noun | 1. | session - a meeting for execution of a group's functions; "it was the opening session of the legislature" |
2. | session - the time during which a school holds classes; "they had to shorten the school term" | |
3. | session - a meeting devoted to a particular activity; "a filming session"; "a gossip session" | |
4. | session - a meeting of spiritualists; "the seance was held in the medium's parlor" |
SESSION. The time during which a legislative body, a court or other assembly sits for the transaction of business; as, a session of congress, which commences on the day appointed by the constitution, and ends when congress finally adjourns before the commencement of the next session; the session of a court, which commences at the day appointed by law, and ends when the court finally rises a term.
(networking) | session - 1. A lasting connection between a user (or user
agent) and a peer, typically a server, usually involving
the exchange of many packets between the user's computer and
the server. A session is typically implemented as a layer in
a network protocol (e.g. telnet, FTP). In the case of protocols where there is no concept of a session layer (e.g. UDP) or where sessions at the session layer are generally very short-lived (e.g. HTTP), virtual sessions are implemented by having each exchange between the user and the remote host include some form of cookie which stores state (e.g. a unique session ID, information about the user's preferences or authorisation level, etc.). See also login. 2. A lasting connection using the session layer of a networking protocol. |