:tocdepth: 3 :py:mod:`gws.plugin.auth_session_manager.sqlite` ================================================ .. py:module:: gws.plugin.auth_session_manager.sqlite **Source code:** :source:`gws.plugin.auth_session_manager.sqlite` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.auth.session_manager.Config` Configuration for sqlite sessions .. py:attribute:: path :type: Optional[str] session storage path .. py:class:: Object Bases: :py:obj:`gws.base.auth.session_manager.Object` .. py:attribute:: dbPath :type: str .. py:method:: cleanup() .. py:method:: configure() .. py:method:: create(method, user, data=None) .. py:method:: delete(sess) .. py:method:: delete_all() .. py:method:: get(uid) .. py:method:: get_all() .. py:method:: get_valid(uid) .. py:method:: save(sess) .. py:method:: touch(sess)