Monthly Archives: August 2012

Cookies with Goliath middleware

Goliath is a really quick multi-threaded web server.  Recently I was trying to set and retrieve a cookie for a authentication module I am writing in it.  So I googled,  tried Rack::Utilities.cookies etc..  Nothing worked. The solution (for me) In

Posted in Architecture, ruby