Web development - Record
Session cookie
A cookie that lasts only for the current browser session and is normally removed when the browser is closed
What's it for?
Keeps temporary information such as a sign-in or shopping basket available while someone moves around a website.
For example…
A shop uses a session cookie to remember a customer’s basket while they browse, then removes it when the browser session ends