<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>172</bug_id>
          
          <creation_ts>2003-03-10 21:42:45 +0000</creation_ts>
          <short_desc>clarify what we mean by data linked to a cookie</short_desc>
          <delta_ts>2008-12-02 22:41:20 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>P3P</product>
          <component>Clarifications needed</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>P3P1.1</target_milestone>
          <dependson>167</dependson>
          <blocked>174</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Lorrie Cranor">lorrie</reporter>
          <assigned_to name="Rigo Wenning">rigo</assigned_to>
          <cc>zzz</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>408</commentid>
    <comment_count>0</comment_count>
    <who name="Lorrie Cranor">lorrie</who>
    <bug_when>2003-03-10 21:42:45 +0000</bug_when>
    <thetext>The spec requires sites to disclose in their cookie policies the data linked to a cookie. 
However, it is not entirely clear what we mean. We need further explanation and perhaps 
some examples to be added to the spec.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1173</commentid>
    <comment_count>1</comment_count>
    <who name="Rigo Wenning">rigo</who>
    <bug_when>2004-01-19 14:52:50 +0000</bug_when>
    <thetext>See proposed wording from Giles, which is not yet agreed:
http://lists.w3.org/Archives/Public/public-p3p-spec/2003Dec/0010.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1310</commentid>
    <comment_count>2</comment_count>
    <who name="Lorrie Cranor">lorrie</who>
    <bug_when>2004-02-15 17:52:12 +0000</bug_when>
    <thetext>See Lorrie&apos;s proposal at http://lists.w3.org/Archives/Public/public-p3p-spec/2004Feb/0030.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1516</commentid>
    <comment_count>3</comment_count>
    <who name="Lorrie Cranor">lorrie</who>
    <bug_when>2004-03-10 13:22:08 +0000</bug_when>
    <thetext>The WG agreed to  the following on March 10:

Remove the last 3 paragraphs of 1.3.2 that pertain
to &quot;linked&quot; data and change the title of that section to
&quot;Non-identifiable&quot; Data. Then add a new section 1.3.4 as follows:


1.3.4 Linked and Linkable Data

&lt;p&gt;Cookies often store a unique number or database key that links to a
database record, rather than storing the complete database record. Web
sites that use P3P must disclose not only the types of data stored
directly in a cookie, but also all data linked to a cookie. A large
amount of data may be &quot;linkable&quot; to a cookie without actually being
&quot;linked&quot; to that cookie. &lt;/p&gt;

&lt;p&gt;A piece of data X is said to be &lt;i&gt;linkable&lt;/i&gt; to a cookie Y if a
key stored in cookie Y can be used to retrieve X either directly or
indirectly. A direct retrieval might happen, for example, if the key
is associated with a database record in which X is stored. An indirect
retrieval might happen, for example, if the key is associated with a
database record that contains a piece of data that may be used, in
turn, as a key to retrieve a record in a second database, and X is
stored in the second database. Furthermore, if cookie Y is stored in a
server log file, the log file may facilitate further linking. For
example, when cookie Y is replayed, it may be accompanied by a referer
field that includes additional identifiable information or even
another key. Alternatively, imagine a web site that sets two cookies,
Y and Z. Cookies Y and Z may get replayed in the same HTTP request and
subsequently recorded side-by-side in the server log file. Thus all
data associated with cookie Y are also linkable to cookie Z. Indeed,
unless precautions are taken to minimize server log files and severely
restrict the use of identifiable data, almost all data an entity
stores about an individual are likely to be linkable to any cookies
they have set on that individual&apos;s computer.&lt;/p&gt;

&lt;p&gt;A piece of data X is said to be &lt;i&gt;linked&lt;/i&gt; to a cookie Y if at
least one of the following activities may take place as a result of
cookie Y being replayed, immediately upon cookie replay or at some
future time (perhaps as a result of retrospective analysis or
processing of server logs):&lt;/p&gt;

&lt;ul&gt; 
&lt;li&gt;A cookie containing X is set or reset.&lt;/li&gt;

&lt;li&gt;X is retrieved from a persistent data store or archival media.&lt;/li&gt; 

&lt;li&gt;Information identifiable with the user -- including but not
limited to data entered into forms, IP address, clickstream data, and
client events -- is retrieved from a record, data structure, or file (other
than a log file) in which X is stored. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Entities should consider their data collection and storage
architectures carefully to determine what data may be linkable to
their cookies and what data will actually be linked to each cookie. If
data is linkable but not linked to a particular cookie, it does not
have to be disclosed in a P3P statement concerning that
cookie. However, should the entity associated with that P3P policy
ever link the data for any reason other than to comply with law
enforcement demands, they would be in violation of their stated
policy. &lt;/p&gt;

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1709</commentid>
    <comment_count>4</comment_count>
    <who name="Rigo Wenning">rigo</who>
    <bug_when>2004-04-19 11:22:45 +0000</bug_when>
    <thetext>Integrated into the new http://www.w3.org/P3P/2004/WD-P3P11-20040420 </thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>