Mfl Posted December 2, 2016 Share Posted December 2, 2016 I need to set a new cookie variable but I can't get that to work. How can I do that? I've tried a lot of methods found on the forum but nothing worked so far. I'm working on Presta 1.6.1.6. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted December 2, 2016 Share Posted December 2, 2016 You can use the following code in any controller to create custom cookie: $this->context->cookie->cookie_name = 'COOKIE_VALUE'; 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