I’m writing a privacy policy for my site. I want to know, from technical perspective, what EE does so far as “personally identifiable” information such as IP address and cookies.
I’ll take a stab here at what I’ve come up with so far. I know that people build different kinds of sites (yes membership, no membership, yes forum, no forum), and use sessions and/or cookies, so there are a lot of ifs here. REQUEST: Do you know something else besides what you see here? Please add it. (Maybe this will become a Wiki entry once it’s complete enough, eh? Surely I’m not the only one who wants this info)
IP ADDRESS
EE Docs for version 2.x and version 1.x state that IP addresses are stored for “membership accounts, channel entries, comments, and forum posts.”
Personally identifiable
* If a person comments on the site, the IP address is recorded in addition to whatever personally identifying info visitor submits along with comment (usually email address/web site). This is true whether or not the person is a logged-in member of the site
* IP address is recorded for person who is member of site… (QUESTION at the time s/he joins site? Just noticed that my IP address in my MY Account area is an old one, changed internet providers, so is old)
* IP address is recorded for creation of weblog/channel entries
* IP address for forum posts, if EE has Forum Module installed.
* IP user sends message, the Email Console Log records the IP address in addition to the message contents.
Not personally identifiable
* The IP address is recorded in the referer module
* OTHERS?
There is IP to nation and IP as part of blacklisting, too.
COOKIES
Members who are logged in have cookies tracking things. This is totally true when System prefs for Cookies are set to Cookies.
(QUESTION: What cookies are set when EE Admin is set for Sessions Only? Based on this comment by Lisa Wess (almost 1 year ago exactly), EE sets some cookies no matter what.)
* There’s also something that EE 1.4 & later has offered for Forums and non-logged-in users
Added 2 new cookies used with non-logged-in users which enable us to track “read forum topics” with guests.
So, I guess that the statement on the ExpressionEngine.com Privacy Policy page in the Cookie section pretty much stands as a technically factually correct guide for EE sites.
Our website utilizes “cookies”. A “cookie” is a small text file that permits us to recognize your browser in order to customize your experience, or permit you to access restricted areas. Cookies do not contain personal information.
In other words, for any privacy policy for an EE-based site, even if it’s as simple and as plain as all get out, the privacy policy should ALWAYS say “We use cookies.”
Comments? Additions?