Fixed CSRF errors for stale sessions by increasing the session expiration time for desktop mode. Fixes #6369
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0727cc5323530ea876e8427f2bc9c9dab8012ef Author: Rahul Shirsat <rahul.shir...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_5_6.rst | 1 + web/config.py | 4 ++ .../tests/test_set_session_expiration_time.py | 49 ++++++++++++++++++++++ 3 files changed, 54 insertions(+)