Module | Merb::SessionMixin |
In: |
lib/merb-core/dispatch/session.rb
|
This is mixed into Merb::Controller on framework boot.
Does session need new cookie?
Boolean: | true if a new cookie is needed, false otherwise. |
:api: private
session_store<String>: | The type of session store to access. |
SessionContainer: | The session that was extracted from the request object. |
:api: public