Cookie Policy
Packman Lucas tries to give visitors to our website the best experience possible. One of the ways we achieve this is by storing small amounts of information about your visit in data files onto your computer called cookies. Cookies don’t identify you personally but help the site remember details about your visit enabling us to provide better services for you. They cannot carry viruses or install malware on your machine.
You can control and delete these files as you wish. If you chose to delete cookies please be aware that some parts of the website, such as our contact form, will not work properly. You can find out more about cookies and how to remove them at: http://aboutcookies.org
How we use cookies
Packman Lucas uses cookies in several places, we’ll run through each we set, what reasons we have for setting them and how long they last for.
Measuring website usage (Via Google Analytics)
We measure how people visit the site to improve the experience for our visitors as part of an ongoing process. We use Google Analytics to do this, and Analytics keeps track of what pages you visit, how long you stay on each section of the site and what links you click on. Google Analytics does not store any personal details about you and we do not allow Google to share or use any analytics data gathered.
Google Analytics sets these cookies in order to measure this.
Cookie Name | Typical Content | Description | Expires in |
---|---|---|---|
_utma | a random number | Minimally Intrusive. Used for Google web metrics | 2 years |
_utmb | a random number | Minimally Intrusive. Used for Google web metrics | 30 minutes |
_utmc | a random number | Minimally Intrusive. Used for Google web metrics | when you close your browser |
_utmz | a random number | Minimally Intrusive. Used for Google web metrics | 2 years |
Remembering your session
To keep track of your unique session we set the identifying number in a cookie. Without these cookies, this website would not work efficiently.
Cookie Name | Typical Content | Description | Expires in |
---|---|---|---|
_identity | a string of characters | Minimally Intrusive. When you log into the Control Panel, you will get an authentication cookie used to maintain your authenticated state. The cookie name is prefixed with a long, randomly generated string, followed by _identity. The cookie only stores information necessary to maintain a secure, authenticated session. | Will only exist for as long as the user is authenticated in Craft. |
_username | a string of characters | Minimally Intrusive. When logging in if 'remember username' is check a cookie will be created with a name that is prefixed with a long, randomly generated string, followed by _username. | 1 year |
CRAFT_CSRF_TOKEN | a string of characters | Minimally Intrusive. If the enableCsrfProtection and enableCsrfCookie config settings are enabled, then a cookie named CRAFT_CSRF_TOKEN will be created to facilitate CSRF (ross-Site Request Forgery) protection. | As soon as the PHP session expires |
CraftSessionId | a string of characters | Minimally Intrusive. Craft relies on PHP sessions to maintain sessions across web requests. That is done via the PHP session cookie. Craft names that cookie “CraftSessionId” by default, but it can be renamed via the phpSessionId config setting. | As soon as the PHP session expires |