DESCR 841 B

1234567891011121314151617181920
  1. What is ConsoleKit2?
  2. ===================
  3. ConsoleKit2 is a framework for defining and tracking users, login sessions, and
  4. seats. It allows multiple users to be logged in at the same time and share
  5. hardware for their graphical session. ConsoleKit2 will keep track of those
  6. resources and whichever session is active will have use of the hardware at that
  7. time.
  8. What is a seat?
  9. ===============
  10. A seat is a collection of sessions and a set of hardware (usually at least a
  11. keyboard and mouse). Only one session may be active on a seat at a time.
  12. What is a session?
  13. ==================
  14. A session is a collection of all processes that originate from a single common
  15. ancestor and retain knowledge of a secret. As an implementation detail, this
  16. secret may be stored in the process environment by the login manager under the
  17. name XDG_SESSION_COOKIE.