Re: [pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie

2018-07-05 Thread Dave Page
Thanks, patch applied. On Wed, Jul 4, 2018 at 6:38 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > I tested with apache2 and it works fine. Below is the log: > > adityatoshniwal@ubuntu:~/.pgadmin/sessions$ ls -ltr > total 0 > adityatoshniwal@ubuntu:~/.pgadmin/sessi

Re: [pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie

2018-07-03 Thread Aditya Toshniwal
Hi Dave, I tested with apache2 and it works fine. Below is the log: adityatoshniwal@ubuntu:~/.pgadmin/sessions$ ls -ltr total 0 adityatoshniwal@ubuntu:~/.pgadmin/sessions$ curl -vvv " http://pgadmin.local/pgadmin/misc/ping"; * Trying 127.0.0.1... * Connected to pgadmin.local (127.0.0.1) port 80

Re: [pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie

2018-07-02 Thread Dave Page
Hi I'm not in a position to test at the moment, but can you confirm this will work if the root of pgAdmin is at (for example) /pgadmin? So the actual root is /pgadmin/misc/ping ? On Mon, Jul 2, 2018 at 1:35 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attach