Say it like this
Real examples
"We discovered a bug where the session cookie was not expiring after logout, so users remained logged in."
"Make sure to set the HttpOnly flag on the authentication cookie to prevent XSS attacks."
"Our analytics team asked us to implement a tracking cookie to understand user behavior on the landing page."
Don't say this
Handle with care. Do not confuse HTTP cookies with browser cookies or session cookies in casual speech. Also, avoid using it to mean the actual baked good in technical contexts without clarification.
Other forms
cookie
"The browser stores each cookie in its local storage."
cookies
"We can see all the cookies sent in the network request."
cookie-based
"Our authentication system uses a cookie-based approach."
Often used with
Similar words
Practice
Try it
4 quick exercises
1. Your frontend needs to remember the user is logged in. How do you describe this?
2. When a user logs out, we should _______ the session cookie immediately.
3. Which sentence uses 'cookie' incorrectly?
4. Rewrite this sentence using 'cookie': 'The small file that remembers you on the website needs to be removed when you leave.'
Questions
Quick poll
Have you said "cookie" in a standup this week?
Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.




