Skip to content

Instantly share code, notes, and snippets.

View msanatan's full-sized avatar
🏠
Working from home

Marcus Sanatan msanatan

🏠
Working from home
View GitHub Profile
@dwayne
dwayne / 0-how-cookies-work.md
Created July 31, 2015 20:57
Understanding HTTP Cookies

I will use the simple Sinatra application below to explain.

First, we run the app.

$ ruby app.rb

This launches a server at localhost:4567.