From 9b4bb58101d530881c4861014b44d5b3018d0c86 Mon Sep 17 00:00:00 2001 From: stephhou Date: Wed, 11 Mar 2026 17:14:03 +0000 Subject: [PATCH 1/2] fix: updated cookie table content --- .../questions/jinja2/cookies.jinja | 35 +++++++++++++++---- 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/lung_cancer_screening/questions/jinja2/cookies.jinja b/lung_cancer_screening/questions/jinja2/cookies.jinja index 2f4e46eb..0650edaa 100644 --- a/lung_cancer_screening/questions/jinja2/cookies.jinja +++ b/lung_cancer_screening/questions/jinja2/cookies.jinja @@ -51,18 +51,41 @@ -

auth

+

sessionid

-

This cookie is set when you log in to the NHS check if you need a lung scan service. - It makes temporary use of your personal information previously collected by us. - It's used to ensure you're securely logged in and your information is secure and is deleted when your - session ends.

+

This cookie is used by Django to identify your session on the site. It allows the website to remember + information as you navigate between pages. No personal data is stored in the cookie itself, it only + contains a session identifier.

-

The end of the session. When you close the app or browser window, sign out or your session expires. +

The end of the session. When you close the browser window, sign out or your session expires.

+ + + + +

ASLBSA and ASLBSAC

+ + +

These cookies are created by Azure and help identify different users even if they share the same IP + address, allowing for a more even distribution of traffic among origins.

+ + +

The end of the session. When you close the browser window, sign out or your session expires.

+ + + + +

csrftoken

+ + +

This cookie is created by Django to protect the site from Cross‑Site Request Forgery (CSRF) attacks. + It ensures that form submissions and other actions come from you and not from a malicious third party.

+ +

Typically one year, unless your browser clears cookies.

+ From 897e5db98c04ad4899885438677175a9727bb35d Mon Sep 17 00:00:00 2001 From: stephhou Date: Thu, 12 Mar 2026 07:55:08 +0000 Subject: [PATCH 2/2] fix: small typos --- lung_cancer_screening/questions/jinja2/cookies.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lung_cancer_screening/questions/jinja2/cookies.jinja b/lung_cancer_screening/questions/jinja2/cookies.jinja index 0650edaa..02193fce 100644 --- a/lung_cancer_screening/questions/jinja2/cookies.jinja +++ b/lung_cancer_screening/questions/jinja2/cookies.jinja @@ -51,7 +51,7 @@ -

sessionid

+

sessionid

This cookie is used by Django to identify your session on the site. It allows the website to remember @@ -64,7 +64,7 @@ -

ASLBSA and ASLBSAC

+

ASLBSA and ASLBSACORS

These cookies are created by Azure and help identify different users even if they share the same IP