Method: Merb::SessionContainer#finalize
- Defined in:
- lib/merb-core/dispatch/session/container.rb
#finalize(request) ⇒ Object
Teardown and/or persist the current session.
If @_destroy is true, clear out the session completely, including removal of the session cookie itself.
Parameters
- request<Merb::Request>
-
The Merb::Request that came in from Rack.
60 61 |
# File 'lib/merb-core/dispatch/session/container.rb', line 60 def finalize(request) end |