pgAdmin 4 commit: Do not honour the session-id, longer than 40 characte

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not honour the session-id, longer than 40 characte
Date: 2016-05-08 18:35:23
Message-ID: E1azTY3-0007rK-9w@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Do not honour the session-id, longer than 40 characters, instead create
new session-id in that case.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e8b4bb909bd065dc344b8df24c9caf9b82cac5b8

Modified Files
--------------
web/config.py | 2 ++
web/pgadmin/utils/session.py | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-08 18:36:57 Re: pgAdmin4 - Session file name too large
Previous Message Ashesh Vashi 2016-05-08 18:26:07 pgAdmin 4 commit: Treat the Array different from the Object to make sur