How Zen Cart uses Cookies

A fresh clean uncustomised installation of Zen Cart does VERY LITTLE with cookies or anything related to "tracking" of visitors.

COOKIES
Zen Cart requires that the visitor's computer accept a session cookie. This session cookie contains simply the session ID number which identifies the visitor to the store, as separate from other visitors. The session cookie contains no personal identity information, and in itself is thus anonymous as a 3rd-party cannot use anything in the cookie to identify the visitor in any way. 
In a traditional configuration, and by definition, this session cookie expires at the end of the visitor's session in the browser, or at a predefined time (typically 24 minutes) after their last "click", whichever is sooner.

SESSIONS
The session ID is used only to recognize what the visitor has done during their visit to the store. This includes things like: whether the visitor has put something in their shopping basket, whether they have logged in, and allows them to proceed through checkout.

EXCEPTIONS
Storeowners who alter the original Zen Cart code by the use of addons/plugins, custom code, additional HTML in templates, adding javascript segments, etc, may be engaging in additional tracking and using additional cookies for broader purposes than Zen Cart itself requires. Each store's configuration and activity is unique to their own implementation. Each storeowner is responsible for their own use of the software and the addons/plugins/external-code and any other alteration they make to it.


DISCLAIMER
This article is for general informational purposes only. It is NOT legal advice, nor should it be relied upon as such. This information is not intended to replace proper legal counsel. Zen Ventures, LLC assumes no liability or responsibility for the use of this information, nor for ways in which any shop has altered the use or function of Zen Cart official code. It is up to individual storeowners to disclose the ways in which their store operates differently from core basic Zen Cart functionality.
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How can I find out what version of Zen Cart or PHP or MySQL I'm using?

To find out what version of Zen Cart or PHP or MySQL you are currently using, you can simply go...

Getting a BLANK PAGE? Here's the answer ...

If you're getting a blank page when trying to browse to a certain page on your store, or after...

What's New in the Upcoming v2.0 release?

Database Abstraction Layer and Sql CacheThe abstraction layer has been re-factored to include a...

Image Preparation - How-to

I've seen several posts where people obviously aren't quite sure about the best way to set up...

Some tips to modify stylesheet

1. Download Web Developer extension for FireFox here2. Install & restart FireFox. You should...