.. _12: ======================= BaseController.__call__ ======================= .. image :: images/01.jpg :align: center :height: 544 :width: 923 :func:`myapp/lib/base.py:BaseController.__call__` The redirected request arrives at the app's :class:`BaseController` and the ``session`` is examined for the presence of a value bound to ``AUTH_USER_ID``. This time, ``AUTH_USER_ID`` is bound, the corresponding :class:`User` entity is retrieved and bound to the ``c.user`` context variable and the request is dispatched, as before, to :func:`DemoController.privindex`.