From 052328156d8be6a30b0de1f343a4469c9049b6c8 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 6 Jun 2025 20:21:30 +0000 Subject: [PATCH] Add a change entry to give credits to the author. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926189 13f79535-47bb-0310-9956-ffa450edef68 --- changes-entries/SessionDBDCookieName.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes-entries/SessionDBDCookieName.txt diff --git a/changes-entries/SessionDBDCookieName.txt b/changes-entries/SessionDBDCookieName.txt new file mode 100644 index 0000000000..76c0aa110a --- /dev/null +++ b/changes-entries/SessionDBDCookieName.txt @@ -0,0 +1,3 @@ + *) mod_session_dbd: ensure format used with SessionDBDCookieName and + SessionDBDCookieName2 are correct. + Github #503 [Thomas Meyer ]