Difference between revisions of "Login session"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "TO DO: everything. https://en.wikipedia.org/wiki/Login_session Stateless protocol")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
TO DO: everything.
+
In [[computing]], a '''login session''' is the period of activity between a user [[Login|logging in]] and [[Logout|logging out]] of a [[computer system]].
  
https://en.wikipedia.org/wiki/Login_session
+
Typically, the computer system is a multi-user system.
  
Stateless protocol
+
The user remains logged in for the duration of the login session.
 +
 
 +
See [[Session (computer science)]].
 +
 
 +
== See also ==
 +
 
 +
* [[Architecture of the Windows NT operating system line]]
 +
* [[Booting]]
 +
* [[BootVis]]
 +
* [[Master boot record]]
 +
* [[Password]]
 +
* [[Power-on self test]]
 +
* [[Session (computer science)]]
 +
* [[Stateless protocol]]
 +
* [[Windows Vista Startup Process]]
 +
* [[Windows NT Startup Process]]
 +
 
 +
== External links ==
 +
 
 +
* [https://en.wikipedia.org/wiki/Login_session Login session] @ Wikipedia
 +
 
 +
[[Category:Computer science]]
 +
[[Category:Computer networks]]
 +
[[Category:Computing]]

Latest revision as of 04:49, 9 May 2016

In computing, a login session is the period of activity between a user logging in and logging out of a computer system.

Typically, the computer system is a multi-user system.

The user remains logged in for the duration of the login session.

See Session (computer science).

See also

External links