Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRoDc-009TpJ-2o for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 06:55:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rRoDb-001wa7-Ba for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jan 2024 06:55:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRoDb-001wZZ-3k for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 06:55:39 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rRoDV-002kNp-IQ for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jan 2024 06:55:37 +0000 Received: from github.com (hubbernetes-node-dbc9dcd.va3-iad.github.net [10.48.143.36]) by smtp.github.com (Postfix) with ESMTPA id 57671E007D for ; Sun, 21 Jan 2024 22:55:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1705906532; bh=ZG+P0r6pCajIfE1gn0qlZkV4xeDTjNy9M9SZKzr1S08=; h=Date:From:To:Subject:From; b=SFdswfzvKP+/fCPfmZYHo+viAHarHD45AE+QPddL6dazC32XbXF4WuF61lxwKjeec A/tF5Ps1TiAB3ySJ9HRJDWF7QdaLIpDYKBjrKt7agXWfQDneqt1WUSN0Cx+gtwhirp NDkIECjaQI9agZUD2yVSJo0Y7JeDbBw3z8FHTEWo= Date: Sun, 21 Jan 2024 22:55:32 -0800 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 93d25e: Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 93d25eea0b069a120a7a32105b25a16bb17a3eb9 https://github.com/pgadmin-org/pgadmin4/commit/93d25eea0b069a120a7a32105b25a16bb17a3eb9 Author: Aditya Toshniwal Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M web/pgadmin/__init__.py M web/pgadmin/browser/__init__.py M web/pgadmin/evaluate_config.py M web/pgadmin/preferences/__init__.py M web/pgadmin/utils/session.py Log Message: ----------- Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session cookie path. #6557