Context processor for lightweight session messages.
Time-stamp: <2008-07-19 23:16:19 carljm context_processors.py>
Bases: django.utils.encoding.StrAndUnicode
Lazy message container, so messages aren’t actually retrieved from session and deleted until the template asks for them.
Returns session messages for the current session.