~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="cookies" xml:lang="pt-BR">

  <info>
    <link type="guide" xref="index#privacy"/>
    <link type="guide" xref="data"/>
    <revision pkgversion="3.10" date="2013-07-02" status="candidate"/>

    <credit type="author copyright">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Enrico Nicoletto</mal:name>
      <mal:email>liverig@gmail.com</mal:email>
      <mal:years>2013.</mal:years>
    </mal:credit>
  </info>

  <title>O que são cookies?</title>

  <comment>
    <cite date="2013-07-02">Kat</cite>
    <p>I am assuming that our average reader will not know what a cookie is, so
    this is included in both data-cookies and pref-cookies.</p>
  </comment>

  <p>A browser <em>cookie</em> is a small piece of data sent from a website and
  stored on your computer while you are browsing that website. When the you
  return to the same website in the future, the data stored in the cookie can
  be retrieved by the website to notify the website of your previous activity.
  Cookies are a common method used by web servers to know whether you are
  logged in to an account on a specific website or not.</p>

</page>