diff --git a/lung_cancer_screening/questions/jinja2/cookies.jinja b/lung_cancer_screening/questions/jinja2/cookies.jinja index 2f4e46eb..02193fce 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 ASLBSACORS

+ + +

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.

+