Tag: Cookies
Node.js with Express – Come to the dark side. We have cookies!
So far, so good. At the point the application displays a list of languages and will display the language that the user picked. However, for the flashcards to...
Tip of the day: Expire a cookie, don’t remove it
I recently found a bug in my code that I couldn’t fathom initially until I walked through the HTTP headers in firebug. In short, you cannot simply remove a...
