Prevent the "Please login to access this page" message displaying multiple times. Fixes #4306
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71919a4ce9c78ed7d341367df8e8a169c11e7d23 Modified Files -------------- docs/en_US/release_notes_4_9.rst | 1 + web/pgadmin/__init__.py | 7 +++++-- web/pgadmin/browser/templates/browser/index.html | 5 ++++- web/pgadmin/templates/base.html | 1 - web/pgadmin/utils/session.py | 5 ++++- 5 files changed, 14 insertions(+), 5 deletions(-)