CoCart creates only and uses only one cookie per session or customer per browser or device.
The cookie name starts with wp_cocart_session_
followed by the WordPress COOKIEHASH
. COOKIEHASH
is nothing more than an MD5 of your site’s URL.
This cookie will be used to identity the customers cart. The cookie is read on the server and returns the cart stored in the cookie.
The cookie stores 4 key values.
- Cart Key/Customer ID
- Cart expiring timestamp.
- Cart expiration timestamp.
- Cookie hash.
Was this helpful to you?
Did you like the article/guide or would you like to give some feedback? Click on one of the buttons and let us know your opinion!