Methods

Class/Module Index [+]

Quicksearch

Padrino::Contrib::FlashSession

This Middleware help you passing your session in the URI, when it should be in the cookie.

This code it's only performed when:

env['HTTP_USER_AGENT'] =~ /^(Adobe|Shockwave) Flash/

Usage

register Padrino::Contrib::FlashSession

Public Class Methods

registered(app) click to toggle source
# File lib/padrino-contrib/flash_session.rb, line 18
def self.registered(app)
  app.use Padrino::Contrib::FlashSession::Middleware, app.session_id
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.