2016-03-16 11:01:19 +00:00
{% extends "withoutnav_template.html" %}
2019-12-23 15:12:59 +00:00
{% from "components/banner.html" import banner %}
2016-03-16 11:01:19 +00:00
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
Cookies
2016-03-16 11:01:19 +00:00
{% endblock %}
2019-12-23 15:12:59 +00:00
{% block cookie_message %}{% endblock %}
2016-03-16 11:01:19 +00:00
{% block maincolumn_content %}
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 12:36:02 +00:00
< div class = "govuk-grid-column-two-thirds" >
2019-12-23 15:12:59 +00:00
< div class = "cookie-settings__confirmation banner banner-with-tick" data-cookie-confirmation = "true" role = "group" tabindex = "-1" >
< h2 class = "banner-title" > Your cookie settings were saved< / h2 >
< a class = "govuk_link cookie-settings__prev-page govuk-!-margin-top-1" href = "#" data-module = "track-click" data-track-category = "cookieSettings" data-track-action = "Back to previous page" >
Go back to the page you were looking at
< / a >
< / div >
2016-04-04 15:22:30 +01:00
< h1 class = "heading-large" > Cookies< / h1 >
2016-03-16 11:01:19 +00:00
< p class = "summary" >
2019-12-23 15:12:59 +00:00
Cookies are small files saved on your phone, tablet or computer when you visit a website.
2016-03-16 11:01:19 +00:00
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > We use cookies to make GOV.UK Notify work and collect information about how you use our service.< / p >
2016-03-16 11:01:19 +00:00
2019-12-23 15:12:59 +00:00
< h2 class = "heading-medium" > Essential cookies< / h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2019-12-23 15:12:59 +00:00
Essential cookies keep your information secure while you use Notify. We do not need to ask permission to use them.
2016-03-16 11:01:19 +00:00
< / p >
< table >
2020-01-09 17:08:02 +00:00
< caption class = "govuk-visually-hidden" > Essential cookies< / caption >
2016-03-16 11:01:19 +00:00
< thead >
< tr >
< th > Name< / th >
< th > Purpose< / th >
< th > Expires< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td >
notify_admin_session
< / td >
< td width = "50%" >
2019-12-23 15:12:59 +00:00
Used to keep you signed in
2016-03-16 11:01:19 +00:00
< / td >
< td >
2017-02-23 16:43:09 +00:00
20 hours
2016-03-16 11:01:19 +00:00
< / td >
< / tr >
2019-12-23 15:12:59 +00:00
< tr >
< td >
cookie_policy
< / td >
< td width = "50%" >
Saves your cookie consent settings
< / td >
< td >
1 year
< / td >
< / tr >
2016-03-16 11:01:19 +00:00
< / tbody >
< / table >
2019-12-23 15:12:59 +00:00
< h2 class = "heading-medium" > Analytics cookies (optional)< / h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2020-01-09 16:58:23 +00:00
With your permission, we use Google Analytics to collect data about how you use Notify. This information helps us to improve our service.
2016-03-16 11:01:19 +00:00
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2019-12-23 15:12:59 +00:00
Google is not allowed to use or share our analytics data with anyone.
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2020-01-09 16:55:02 +00:00
Google Analytics stores anonymised information about:
2019-12-23 15:12:59 +00:00
< / p >
< ul class = "govuk-list govuk-list--bullet" >
2020-01-09 16:55:02 +00:00
< li > how you got to GOV.UK Notify< / li >
< li > the pages you visit on Notify and how long you spend on them< / li >
< li > any errors you see while using Notify< / li >
2019-12-23 15:12:59 +00:00
< / ul >
2016-03-16 11:01:19 +00:00
< table >
2020-01-09 17:08:02 +00:00
< caption class = "govuk-visually-hidden" > Google Analytics cookies< / caption >
2016-03-16 11:01:19 +00:00
< thead >
< tr >
< th > Name< / th >
< th > Purpose< / th >
< th > Expires< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td >
2020-02-19 11:57:15 +00:00
_ga
2019-12-23 15:12:59 +00:00
< / td >
< td width = "50%" >
2020-01-09 09:54:14 +00:00
Checks if you’ ve visited Notify before. This helps us count how many people visit our site.
2019-12-23 15:12:59 +00:00
< / td >
< td >
2 years
< / td >
< / tr >
< tr >
< td >
_gid
2016-03-16 11:01:19 +00:00
< / td >
< td width = "50%" >
2020-01-09 09:54:14 +00:00
Checks if you’ ve visited Notify before. This helps us count how many people visit our site.
2016-03-16 11:01:19 +00:00
< / td >
< td >
2019-12-23 15:12:59 +00:00
24 hours
2016-03-16 11:01:19 +00:00
< / td >
< / tr >
< / tbody >
< / table >
2019-12-23 15:12:59 +00:00
< div class = "cookie-settings__no-js" >
< h2 class = "govuk-heading-s govuk-!-margin-top-6" > Do you want to accept analytics cookies?< / h2 >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > We use Javascript to set our analytics cookies. Unfortunately Javascript is not running on your browser, so you cannot change your settings. You can try:< / p >
2019-12-23 15:12:59 +00:00
< ul class = "govuk-list govuk-list--bullet" >
< li > reloading the page< / li >
< li > turning on Javascript in your browser< / li >
< / ul >
< / div >
< div class = "cookie-settings__form-wrapper" >
< form data-module = "cookie-settings" >
< div class = "govuk-form-group govuk-!-margin-top-6" >
< fieldset class = "govuk-fieldset" aria-describedby = "changed-name-hint" >
< legend class = "govuk-fieldset__legend govuk-fieldset__legend--s" >
Do you want to accept analytics cookies?
< / legend >
< div class = "govuk-radios govuk-radios--inline" >
< div class = "govuk-radios__item" >
< input class = "govuk-radios__input" id = "cookies-analytics-yes" name = "cookies-analytics" type = "radio" value = "on" >
< label class = "govuk-label govuk-radios__label" for = "cookies-analytics-yes" >
Yes
< / label >
< / div >
< div class = "govuk-radios__item" >
< input class = "govuk-radios__input" id = "cookies-analytics-no" name = "cookies-analytics" type = "radio" value = "off" >
< label class = "govuk-label govuk-radios__label" for = "cookies-analytics-no" >
No
< / label >
< / div >
< / div >
< / fieldset >
< / div >
< button class = "govuk-button" type = "submit" > Save cookie settings< / button >
< / form >
< / div >
2016-03-16 11:01:19 +00:00
< / div >
< / div >
{% endblock %}