.. _10: ======================= lib.auth.__init__.login ======================= .. image :: images/09.jpg :align: center :height: 544 :width: 923 :func:`lib.auth.__init__.py:login` The :func:`auth.login` function simply stores the :class:`User.id` in the ``session``. No value is returned, so processing continues in the :class:`LoginController`'s :func:`signin` action.