Network

Basic

—————————————————————————————————————————————————————————Session

A session can be defined as a server-side storage of information that is desired to persist throughout the user's interaction with the web site or web application.

————————————————————————————————————————————————————————————Cookie

A cookie is a small piece of text stored on a user's computer by their browser. Common uses for cookies are authentication, storing of site preferences, shopping cart items, and server session identification.

————————————————————————————————————————————————————————————

Last updated