Commit Graph
2 Commits
Author SHA1 Message Date
SilvioC2C 278c59dcaf [FIX] session_redis: add incompatibility to auth_session_timeout
``session_redis`` is not compatible with ``auth_session_timeout``.
``session_redis`` overrides property ``odoo.http.Application.session_store`` by returning a ``RedisSessionStore`` object instead of a ``odoo.http.FilesystemSessionStore`` object.
``auth_session_timeout`` expects ``odoo.http.Application.session_store`` object to define method ``get_session_filename()``, which does not exist for ``RedisSessionStore`` objects.
This results in an ``AttributeError`` that prevents user authentication, and Odoo becomes inaccessible.
2025-05-07 17:14:48 +02:00
SilvioC2C db8e64f85a [FIX] pre-commit: fix deprecated GH action 2025-05-07 17:03:52 +02:00