I've been holding out on this topic for one of the last big pushes for v0.8 edge (status reports and homing/jogging still need to be worked out, but are going to be treated separately.) This topic is …
To reproduce:
1) Create a basic application (or use an existing one) and add the Rack::Session::Cookie middleware:
class Foo < Padrino::Application
configure do
register SassIniti…