Guest Posted May 15, 2018 Share Posted May 15, 2018 Thinking of the absolute basic install of prestashop 1.6 I know I can see a list from the browser, but can I find a list of cookies and what they actually do? Link to comment Share on other sites More sharing options...
joseantgv Posted May 15, 2018 Share Posted May 15, 2018 1 hour ago, haylau said: Thinking of the absolute basic install of prestashop 1.6 I know I can see a list from the browser, but can I find a list of cookies and what they actually do? PrestaShop only uses 1 cookie, the other are from modules and depends on you. Link to comment Share on other sites More sharing options...
Guest Posted May 15, 2018 Share Posted May 15, 2018 51 minutes ago, joseantgv said: PrestaShop only uses 1 cookie, the other are from modules and depends on you. OK, great. So where can I find what that cookie is called and what it does? Is the only way to find out what the other cookies are by disabling modules one at a time? Link to comment Share on other sites More sharing options...
joseantgv Posted May 15, 2018 Share Posted May 15, 2018 40 minutes ago, haylau said: OK, great. So where can I find what that cookie is called and what it does? Is the only way to find out what the other cookies are by disabling modules one at a time? The cookie name depends on each store, it's generated this way: $this->_name = 'PrestaShop-'.md5(($this->_standalone ? '' : _PS_VERSION_).$name.$this->_domain); And yes, or you can also search fot the cookie name to know who install it. Link to comment Share on other sites More sharing options...
Guest Posted May 15, 2018 Share Posted May 15, 2018 46 minutes ago, joseantgv said: The cookie name depends on each store, it's generated this way: $this->_name = 'PrestaShop-'.md5(($this->_standalone ? '' : _PS_VERSION_).$name.$this->_domain); And yes, or you can also search fot the cookie name to know who install it. But what does that cookie do? We have to start telling people visting website what the cookies are and what they do Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now