'''Definitions''' A ''session'' is a group of running applications, each of which has a particular state. The session is controlled by a service called the ''session manager''. The applications participating in the session are called ''session clients''. The session manager issues commands to its clients on behalf of the user. These commands may cause clients to commit unsaved changes (for example by saving open files), to preserve their state for future sessions, or to terminate gracefully. The set of these operations is called ''session management''. In the common case, a session consists of all applications that a user runs on their desktop at a time. Under Unix/X11, however, a session may include applications running on different computers and may span multiple displays. ---- On Unix/Linux, you can get a list of ''session clients'' with the command '''''xlsclients''''' ---- See also: * [Catching window managed events] * [ICCCM] * [wm client] * [wm command] * [wm protocol] ---- ---- [Category Glossary]