Hacker News new | ask | show | jobs
by bellttyler 1896 days ago
Some folks have already mentioned this, but typically if a website has user login/signup, cookies are used to "identify" the user once logged in.

This enables the websites backend to know who is making the request for authentication/authorization purposes.