is a way for a web application to set a cookie that persists an identifier across multiple HTTP requests, and then relate these requests to each other: If you've signed in before the web application will be able to know that you're still the same user you've identified as a couple requests earlier. If you've done something else before, and something has been stored to your session, then the web application will be able to use it later.