NEW: English for Tech Bundle → Save 40%
Your progress

Loading your progress…

Home
Technical Vocabularynoun · /ˈkʊki/

cookie

In simple English

Cookies are fundamental to how modern web applications work. When you visit a website, the server can instruct your browser to store a cookie, which is essentially a tiny text file containing key-value pairs. Every time you revisit that site, your browser automatically sends the stored cookies back to the server, allowing the website to recognize you and remember your preferences, shopping cart contents, or login session. In tech workplaces, engineers constantly discuss cookies in the context of authentication, user tracking, analytics, and personalization. For example, session cookies keep you logged in, while persistent cookies remember your preferences across visits. Security is a major concern, as cookies can be vulnerable to attacks if not properly managed with flags like Secure and HttpOnly. You will hear cookie discussed in code reviews, sprint planning, and debugging sessions. Understanding cookie behavior is essential for full-stack developers, QA engineers, and anyone working with web applications.

What are cookies in web development and how do they work?

At a glanceCEFR B2
Commonness5/5
Versatility4/5
FormalityCasualFormalNeutral
Spoken ↔ WrittenSpokenWrittenBoth
Directness ↔ DiplomaticDirectDiplomaticDirect
RegionUS and UK
New app · Free lessons

Speak up in meetings. Feel confident.

Standup vocabulary, native examples, and quick practice — 100+ free lessons

Start learning freeNo card needed · Google or email

Say it like this

Set a cookie to store the user ID
Delete the authentication cookie
Check what cookies the browser is sending

Real examples

in a standup

"We discovered a bug where the session cookie was not expiring after logout, so users remained logged in."

in a code review

"Make sure to set the HttpOnly flag on the authentication cookie to prevent XSS attacks."

in a team meeting

"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.

We need to cookie the user data in the database.
We need to store the session identifier in a cookie.Cookies store small amounts of data on the client side, not in the database. This mistake confuses storage mechanisms.
The cookie is broken, so I ate it.
The authentication cookie is not being set correctly.In a tech context, never use cookie to mean the food item. Be specific about which cookie you mean.
I will cookie this information into the server.
I will store this information in a cookie on the client.Cookies belong on the client browser, not the server. Use clear directional language.

Other forms

noun

cookie

"The browser stores each cookie in its local storage."

noun (plural)

cookies

"We can see all the cookies sent in the network request."

adjective modifier

cookie-based

"Our authentication system uses a cookie-based approach."

Often used with

set a cookieTo instruct the browser to store a new cookie
delete a cookieTo remove a stored cookie from the browser
session cookieA temporary cookie that expires when the browser closes
persistent cookieA cookie that remains stored until its expiration date
third-party cookieA cookie set by a domain other than the one being visited
HttpOnly flagA security setting that prevents JavaScript from accessing the cookie

Similar words

session tokenMore general term; cookies are one way to store tokens
tracking pixelSimilar purpose for analytics, but uses images instead of cookies

Practice

Try it

4 quick exercises

Pick the most natural phrasing

1. Your frontend needs to remember the user is logged in. How do you describe this?

Complete the sentence

2. When a user logs out, we should _______ the session cookie immediately.

Spot the mistake

3. Which sentence uses 'cookie' incorrectly?

Rewrite naturally

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.

Your badges