Report abuse


			
class Merb::Controller
  require "merb/session/memory_session"
  Merb::MemorySessionContainer.setup
  include ::Merb::SessionMixin
  self.session_secret_key = "footo the bar to the baz"
end