What is Session Cookie?
Session cookie is a temporary piece of state issued by a server to track an active user journey across stateless HTTP requests. Unlike persistent cookies, it lacks an explicit expiration date and is designed to be discarded when the browser context closes. For scraping pipelines, maintaining a valid session cookie is the difference between accessing deep web inventory and getting bounced back to a login wall or a CAPTCHA challenge.