2016-03-16 11:01:19 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
|
{% block per_page_title %}
|
|
|
|
|
|
Cookies
|
2016-03-16 11:01:19 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
|
<div class="column-two-thirds">
|
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">
|
|
|
|
|
|
GOV.UK Notify puts small files (known as ‘cookies’)
|
2018-01-24 10:38:01 +00:00
|
|
|
|
onto your computer.
|
2016-03-16 11:01:19 +00:00
|
|
|
|
</p>
|
2018-01-24 10:39:31 +00:00
|
|
|
|
<p>These cookies are used to remember you once you’ve logged in.</p>
|
2016-03-16 11:01:19 +00:00
|
|
|
|
<p>
|
2018-01-24 10:36:53 +00:00
|
|
|
|
Find out <a href="https://ico.org.uk/for-the-public/online/cookies/">how to manage cookies</a>.
|
2016-03-16 11:01:19 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="heading-medium">Session cookies</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
We store session cookies on your computer to help keep your information
|
|
|
|
|
|
secure while you use the service.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<table>
|
|
|
|
|
|
<thead>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<th>Name</th>
|
|
|
|
|
|
<th>Purpose</th>
|
|
|
|
|
|
<th>Expires</th>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</thead>
|
|
|
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td>
|
|
|
|
|
|
notify_admin_session
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td width="50%">
|
|
|
|
|
|
Used to keep you logged in
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>
|
2017-02-23 16:43:09 +00:00
|
|
|
|
20 hours
|
2016-03-16 11:01:19 +00:00
|
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="heading-medium">Introductory message cookie</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
When you first use the service, you may see a pop-up ‘welcome’ message.
|
|
|
|
|
|
Once you’ve seen the message, we store a cookie on your computer so it
|
|
|
|
|
|
knows not to show it again.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<table>
|
|
|
|
|
|
<thead>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<th>Name</th>
|
|
|
|
|
|
<th>Purpose</th>
|
|
|
|
|
|
<th>Expires</th>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</thead>
|
|
|
|
|
|
<tbody>
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
<td>
|
|
|
|
|
|
seen_cookie_message
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td width="50%">
|
|
|
|
|
|
Saves a message to let us know that you have seen our cookie
|
|
|
|
|
|
message
|
|
|
|
|
|
</td>
|
|
|
|
|
|
<td>
|
|
|
|
|
|
1 month
|
|
|
|
|
|
</td>
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
|
|
|
|
</table>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|