Fixed CSRF errors for stale sessions by increasing the session expiration time for desktop mode. Fixes #6369

This commit is contained in:
Rahul Shirsat
2021-07-15 17:49:42 +05:30
committed by Akshay Joshi
parent 9e8af67202
commit b0727cc532
3 changed files with 54 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ Housekeeping
Bug fixes
*********
| `Issue #6369 <https://redmine.postgresql.org/issues/6369>`_ - Fixed CSRF errors for stale sessions by increasing the session expiration time for desktop mode.
| `Issue #6580 <https://redmine.postgresql.org/issues/6580>`_ - Fixed TypeError 'NoneType' object is not sub scriptable.