name<~to_sym> | Name of the session type to register. |
class_name | The corresponding class name. |
This is automatically called when Merb::SessionContainer is subclassed.
:api: private
# File lib/merb-core/dispatch/session.rb, line 153 153: def register_session_type(name, class_name) 154: self.registered_session_types[name.to_sym] = class_name 155: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.