From 2dee853ed4def42b7ef1b3b472b395055543cc00 Mon Sep 17 00:00:00 2001 From: Bo Lopker Date: Wed, 13 May 2015 23:22:42 -0700 Subject: Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAIN --- docs/releases/1.8.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt index f14036b51f..3682126aa1 100644 --- a/docs/releases/1.8.2.txt +++ b/docs/releases/1.8.2.txt @@ -30,3 +30,6 @@ Bugfixes * Fixed a MySQL crash when a migration removes a combined index (unique_together or index_together) containing a foreign key (:ticket:`24757`). + +* Fixed session cookie deletion when using :setting:`SESSION_COOKIE_DOMAIN` + (:ticket:`24799`). -- cgit v1.3