Cookies

A cookie is a string of information that a website stores on a visitor’s computer, and that the visitor’s browser provides to the website each time the visitor returns. This helps us to distinguish you from other visitors to our web site. The following lists the cookies used on this website:

Google Analytics

_ga, _gat,_gid, cb-enabled (once accepted)

These cookies help tell us understand how many people have been to the site before, what time people visited the site and what pages were looked at.

For more information about cookies, including how to view the cookies that have been set and how to manage or delete them, please visit www.allaboutcookies.org

Google Maps

_ga, _gat,_gid, cb-enabled (once accepted)

These are used by Google to track how many people use their maps. For more information, please refer to Google’s Privacy notice for more information:

http://www.google.co.uk/intl/en/policies/privacy/faq/#toc-terms-cookie

Authentication

On login, wordpress uses the wordpress_[hash] cookie to store your authentication details wp_set_auth_cookie( $user_id, $remember, $secure )

Use is limited to the admin console area. After login wordpress sets the wordpress_logged_in_[hash] cookie, which indicates when you are logged in and who you are, for most interface use, WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual User ID (or UID) from the user database table.

Using the login pages

wp_setcookie($username, $password, $already_md5 = false, $home = ”, $siteurl = ”)

When you log into WordPress from http://example.com/wp-login.php, WordPress stores the following two cookies:

Your user name.

A double-hashed copy of your password.

The cookies are set to expire two weeks from the time they are set.

For more information about WordPress’s cookies, please refer to their Privacy notice which can be found at http://codex.wordpress.org/WordPress_Cookies