Skip to content
Advertisement

Tag: session-cookies

Magento cookie settings for subdomain

When I am installing Magento under a subdomain of my production domain, I cannot login to magento admin. For example, my domain name is example.com where I have installed magento and it is in production, I am ok with admin login. However, I have a subdomain called test.example.com and I installed magento there for testing purpose. Now, if I try

How to delete cookie on codeigniter

I don’t know how to delete a cookie. I want is when I submit a form. The cookie is also delete. I try the delete_cookie(“name”) but is not working. I think because the cookie I created by javascript. Please check my code to fix this problem. This is my sample text field: and this is the javascript Answer Using Codeigniter,

Advertisement