Skip to content

Instantly share code, notes, and snippets.

@bryanp
Last active December 29, 2015 13:29
Show Gist options
  • Save bryanp/7678061 to your computer and use it in GitHub Desktop.
Save bryanp/7678061 to your computer and use it in GitHub Desktop.
Pakyow 0.8 - session middleware example
Pakyow::App.define do
# ...
middleware do
use Rack::Session::Cookie, :key => 'myapp.session', :secret => 'shhh'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment