Guest User

Untitled

a guest
Feb 21st, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ## Merb rack.rb file, set the use of this middleware. Make sure it has been required already
  2.  
  3. ## ... other code ...
  4.  
  5. use Merb::Rack::SwfSetSessionCookie,Merb::Config[:session_id_key]
  6.  
  7. run Merb::Rack::Application.new
Add Comment
Please, Sign In to add comment