Is a way of Authentication using Cookie HTTP as the main component for maintain a efficient and securely communication.
Nowadays, it's better to use modern alternatives, like Web Storage API and IndexedDB, because Cookies can deliver a bad performance due to the constant send of this data in each request.