In a distributed system the filestore based session store of Odoo has the problem that unwanted session timeouts occur regularly. This module offers two additional options for the Session Store. Sessions can be stored either in a Redis database or directly in Postgres. Both options have the advantage that the session information can also be queried in a distributed system.
Since this module need to be activated even if no database is selected it should be loaded right at the server start. This can be done by editing the configuration file or passing a load parameter to the start script.
Parameter:
--load=web,muk_session_store