sajad torkamani

A session cookie is a temporary cookie that is stored in the user’s browser only for the duration of a single browsing session and deleted when all browser windows are closed.

Typical use cases for using a session cookie include:

Most web application frameworks like Rails, Symfony, Laravel, or Django automatically setup session cookies to make it easier for you to manage user-specific state.