From 45e6e625fecf812f81d3aad9cbe5bac37c6d2672 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Fri, 14 Mar 2025 16:55:57 -0400
Subject: [PATCH] fix: rename session cookie -> steering_sessionid

---
 steering/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/steering/settings.py b/steering/settings.py
index 0ce92c8..370c448 100644
--- a/steering/settings.py
+++ b/steering/settings.py
@@ -131,6 +131,8 @@ INSTALLED_APPS = (
 
 DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
 
+SESSION_COOKIE_NAME = "steering_sessionid"
+
 # When generating schedules/timeslots:
 # If last_date wasn't set manually, add timeslots until these number of days after the start_date
 AUTO_SET_LAST_DATE_TO_DAYS_IN_FUTURE = 365
-- 
GitLab