Introduction
Getting into REST frameworks a lot of experienced web developers are faced
with the daunting hurdle of "having no session management" available.
Indeed. The 'statelessness constraint' (ie. Making sure every request can be
handled in total isolation of any previous ones) is forced upon these developers
by depriving them from their beloved "Session" object.