This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
module Merb
|
|
module Session
|
|
|
|
# The Merb::Session module gets mixed into Merb::SessionContainer to allow
|
|
# app-level functionality; it will be included and methods will be available
|
|
# through request.session as instance methods.
|
|
|
|
end
|
|
end |