Module: Merb::Session

Defined in:
lib/merb-core/dispatch/session.rb

Overview

The Merb::Session module gets mixed into Merb::SessionContainer to allow app-level functionality (usually found in app/models/merb/session.rb) for session.

You can use this module to implement additional methods to simplify building wizard-like application components, authentication frameworks, etc.