In computer science, in particular networking, a session is a semi-permanent interactive information interchange, also known as a dialogue, a conversation or a meeting, between two or more communicating devices, or between a computer and user. A session is set up or established at a certain point in time, and torn down at a later point in time. An established communication session may involve more than one message in each direction.

PropertyValue
dbpprop:abstract
  • In computer science, in particular networking, a session is a semi-permanent interactive information interchange, also known as a dialogue, a conversation or a meeting, between two or more communicating devices, or between a computer and user. A session is set up or established at a certain point in time, and torn down at a later point in time. An established communication session may involve more than one message in each direction. A session is typically, but not always, stateful, meaning that at least one of the communicating parts needs to save information about the session history in order to be able to communicate, as opposed to stateless communication, where the communication consists of independent requests with responses. Communication sessions may be implemented as part of protocols and services at the application layer, at the session layer or at the transport layer in the OSI model. Application layer examples: HTTP sessions, which allow associating information with individual visitors A telnet remote login session Session layer example: A Session Initiation Protocol (SIP) based Internet phone call Transport layer example: A TCP session, which is synonymous to a TCP virtual circuit, a TCP connection, or an established TCP socket. In the case of transport protocols that do not implement a formal session layer or where sessions at the session layer are generally very short-lived, sessions are maintained by a higher level program using a method defined in the data being exchanged. For example, an HTTP exchange between a browser and a remote host may include an HTTP cookie which identifies state, such as a unique session ID, information about the user's preferences or authorization level. Protocol version HTTP/1.1 makes it possible to reuse the same TCP session for a sequence of service requests and responses (a sequence of file transfers) in view to reduce the session establishment time, while HTTP/1.0 only allows a single request and response during one TCP session. However, this transport layer session mechanism should not be confused with a so called HTTP session, since it is not lasting sufficiently long time, and does not provide application level interactive services such as dynamic web pages.
  • Eine Sitzung (engl. Session) bezeichnet in der EDV eine stehende Verbindung eines Clients mit einem Server. Den Anfang einer Sitzung bezeichnet man als Login, das Ende als Logout.
  • Jako session (v překladu relace) se v informatice rozumí trvající síťové spojení mezi klientem a serverem, zahrnující výměnu většího množství paketů. U protokolů jako je telnet nebo FTP session odpovídá spojení na úrovní nižšího protokolu TCP. V případě použití protokolů které žádnou podporu pro sessions nemají, nebo kde spojení typicky trvají velmi krátkou dobu, jsou session udržovány přímo aplikačním programem, a k tomu nutné informace jsou vkládány do přenášených dat. Typickým příkladem je použití HTTP cookie k uložení jednoznačného identifikátoru (zvaným SESSIONID, SESSID, SID apod. ), podle něhož pak server ve své paměti najde potřebné informace o přihlášeném uživateli, jeho úrovni přístupu a podobně. Pokud se klient může připojit k libovolnému serveru z clusteru, je třeba mezi jednotlivými servery informace o sessions buď sdílet, nebo zajistit, že se stejný klient vždy připojí ke stejnému uzlu. V opačném případě by se klient mohl spojit se serverem, který o zahájené session neví, a tak přijít o přihlášení, stav nákupního košíku a podobně. Z hlediska skriptovacích jazyků pro programování intranetových/internetových aplikací, session představuje množinu proměnných (někde přístupnou přes sadu funkcí, jinde přes globální proměnnou), které dovolují uchovávat hodnoty, které jim byly nastaveny, po dobu připojení (tj. se znovunačtením stránky se neztratí).
  • Istunto on tietotekniikassa käytäntö jolla luodaan pysyvä yhteys protokollaan tai yhteys käyttäjän ja palvelimen välillä. Yleisimmin istunto on sisällytetty protokollan sovelluskerrokseen, mutta myös ohjelmallinen lähestymistapa on yleisesti käytössä etenkin istuntoja tukemattomissa protokollissa ja protokollissa joiden istunnon kesto on hyvin lyhytaikainen.
  • En informatique, une session est l'exécution d'un programme pour un utilisateur donné. L'exécution du programme est alors paramétrée par les informations du profil de l'utilisateur (ses caractéristiques, ses préférences, l'historique de ses interactions avec le programme, etc.)
  • Sesja to w informatyce obiekt, zapamiętujący przez pewien czas na serwerze szczegóły dotyczące połączenia z klientem. Cechą charakterystyczną sesji jest to, że przypisane do niej dane mają przeważnie charakter chwilowy, ulotny (w przeciwieństwie np. do preferencji przypisywanych do konta klienta).
  • 在计算机科学领域来说,在特殊的网络领域,会话(session)是一种持久网络协议,在用户(或用户代理)端和服务器端之间建立关联,从而起到交换数据包的作用机制,session在网络协议(例如telnet或FTP)中是非常重要的部分。 在不包含會話層(例如UDP)或者是无法长时间驻留會話層(例如HTTP)的传输协议中,會話的维持需要依靠在传输数据中的高级别程序。例如,在浏览器和远程主机之间的HTTP传输中,HTTP cookie就会被用来包含一些相关的信息,例如session ID,参数和权限信息等。 当客户端在多个服务器调取数据时,保持會話状态的一致性是需要注意的,客户端需用同时保持和某一个主机的连接,或者多个服务器端需要共享一个储存會話信息的文件系统或者数据库。否者,当用户在一个新的而不是一开始保存會話信息的主机上提交访问请求的时候,主机会因为无法获知原来主机的會話的访问状态而产生问题。
dbpprop:hasPhotoCollection
dbpprop:reference
rdf:type
rdfs:comment
  • In computer science, in particular networking, a session is a semi-permanent interactive information interchange, also known as a dialogue, a conversation or a meeting, between two or more communicating devices, or between a computer and user. A session is set up or established at a certain point in time, and torn down at a later point in time. An established communication session may involve more than one message in each direction.
  • Eine Sitzung (engl. Session) bezeichnet in der EDV eine stehende Verbindung eines Clients mit einem Server. Den Anfang einer Sitzung bezeichnet man als Login, das Ende als Logout.
  • Jako session (v překladu relace) se v informatice rozumí trvající síťové spojení mezi klientem a serverem, zahrnující výměnu většího množství paketů. U protokolů jako je telnet nebo FTP session odpovídá spojení na úrovní nižšího protokolu TCP.
  • Istunto on tietotekniikassa käytäntö jolla luodaan pysyvä yhteys protokollaan tai yhteys käyttäjän ja palvelimen välillä. Yleisimmin istunto on sisällytetty protokollan sovelluskerrokseen, mutta myös ohjelmallinen lähestymistapa on yleisesti käytössä etenkin istuntoja tukemattomissa protokollissa ja protokollissa joiden istunnon kesto on hyvin lyhytaikainen.
  • En informatique, une session est l'exécution d'un programme pour un utilisateur donné. L'exécution du programme est alors paramétrée par les informations du profil de l'utilisateur (ses caractéristiques, ses préférences, l'historique de ses interactions avec le programme, etc.)
  • Sesja to w informatyce obiekt, zapamiętujący przez pewien czas na serwerze szczegóły dotyczące połączenia z klientem. Cechą charakterystyczną sesji jest to, że przypisane do niej dane mają przeważnie charakter chwilowy, ulotny (w przeciwieństwie np. do preferencji przypisywanych do konta klienta).
rdfs:label
  • Session (computer science)
  • Sitzung (Informatik)
  • Session
  • Istunto (tietotekniikka)
  • Session (informatique)
  • Sesja (informatyka)
  • 会话 (计算机科学)
owl:sameAs
skos:subject
foaf:page
is dbpprop:disambiguates of
is dbpprop:redirect of