Jump to content

can i replace prestashop with my name in cookies


fatheeym

Recommended Posts

edit the Cookie class (\classes\Cookie.php) and search for this line of code

        $this->_name = 'PrestaShop-'.md5(($this->_standalone ? '' : _PS_VERSION_).$name.$this->_domain);

and then change Prestashop to your name.

 

I have not tested this, but I don't see why it would not work.  Any existing cookies will of course not work.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...