Hiển thị các bài đăng có nhãn Session. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn Session. Hiển thị tất cả bài đăng
What is  Session in computer World? Magic Cookies

What is Session in computer World? Magic Cookies


What is Session?
HTTP communicates with lot of TCP connections, Server should create unique identifer for each Connection.

A Session is a unique identifier that is generated and sent to the client from a server in order to identify the Current Interaction Session.
 Whenever you visit a webpage or login to website, the server will store the data about you in your system as a cookie.  This