W. Andrew Loe III
2p
2 comments posted · 0 followers · following 0
57 weeks ago @ Caffeine - Firesheep: What It Is ... · 0 replies · +1 points
We need to know which session is yours. HTTP is stateless, so we use a cookie to keep the identifier for your session on your browser, the actual contents of the session are stored on our servers.
79 weeks ago @ Caffeine - Rails Maintenance Page... · 0 replies · +1 points
Our load balancer would throw a 502 (Bad Gateway) when it determined that the backends were not responsive enough. Though I like your suggestion to trap and send the user to a specific 503 error page, at the moment they would see a 'generic' (all 5xx errors) page.
Medley