Page 1 of 1
Search found 12 matches
Re: [SOLVED] Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
Any help is appreciated. really.

- Mon Aug 24, 2020 5:34 am
- Replies 33
- Views 18038
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
For PHP 7.3, try. In catalog/controller/startup/session.php change. setcookie($this->config->get('session_name'), $this->session->getId(), ini_get('session.cookie_lifetime'), ini_get('session.cookie_path'), ini_get('session.cookie_domain')); To. setcookie($this->config->get('session_name'), $this->...
Jump to post- Sun Aug 23, 2020 5:02 pm
- Replies 33
- Views 18038
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
It may be more readable when testing, if you pass it as an array like below, also requires PHP 7.3 so confirm that. ex: $session_config = [ 'expires' => ini_get('session.cookie_lifetime'), 'path' => ini_get('session.cookie_path'), 'domain' => ini_get('session.cookie_domain'), 'samesite' => 'none', ...
Jump to post- Sun Aug 23, 2020 4:22 pm
- Replies 33
- Views 18038
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
I deleted everything, even what is not necessary. the only add-on I have for the cache in chrome is "Clear cache" that allows you to delete your choice (quickly): App Cache Cache cookies Downloads etc. catalog/controller/startup/session.php <?php class ControllerStartupSession extends Cont...
Jump to post- Sun Aug 23, 2020 3:58 pm
- Replies 33
- Views 18038
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
Yes.
I removed the template cache, SASS. [ok]
clear and refresh in modifications [ok]
clear cache addon chrome [ok]
and private mode [ok]

- Sun Aug 23, 2020 12:06 pm
- Replies 33
- Views 18038
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3

- Sun Aug 23, 2020 6:55 am
- Replies 33
- Views 18038
Re: Búsqueda Programador Freelance - Chile Opencart 2.0.1 y 3.0
yo
Jump to post- Sat Aug 22, 2020 5:26 pm
- Replies 1
- Views 1032
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
it does not work, neither with the value "none" or "strict".
The only change that can be seen is that the products are not added to the cart.
thanks anyway
- Sat Aug 22, 2020 5:19 pm
- Replies 33
- Views 18038
Re: Alguien sabe como poner el atributo SameSite "none" en OP 3.0.3
Alguien?. $
Jump to post- Sat Aug 22, 2020 9:52 am
- Replies 6
- Views 2143
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
Someone? I can give a donation via PayPal, if the help is real. The truth is that I am a bit desperate, there is no information that solves that problem (generated by Chrome 80), with other cookies, such as language and currency. but nothing from the session.
Thank you.
- Sat Aug 22, 2020 9:50 am
- Replies 33
- Views 18038
[SOLUCIONADO] Alguien sabe como poner el atributo SameSite "none" en OP 3.0.3
hola, alguien sabe como solucionar el problema que genera la cookie OCSESSID al ingresar a sitios de terceros y que al volver es rechazada, por no tener el atributo “sameSite“ = None? o por el contrario, alguien sabe como darle ese atributo a todas las cookies del sitio?. no me funciona nada. Gracia...
Jump to post- Fri Aug 21, 2020 6:46 am
- Replies 6
- Views 2143
[SOLVED] Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3
Hello, does anyone know how to solve the problem generated by the OCSESSID cookie when entering third party sites and returning is rejected, for not having the attribute "sameSite" = None? Or on the contrary, does someone know how to give that attribute to all cookies on the site? OPENCART...
Jump to post- Fri Aug 21, 2020 6:34 am
- Replies 33
- Views 18038
Search found 12 matches