Open ajoudeh opened 4 years ago
@germanbisurgi @eluhr Has this to be handled in this extension or app config?
Any news on this one? I have the same question. Need to set secure and httponly for this cookie. Would be awesome to set it via the widget-config to what ever values necessary, like secure : 'lax, none, same-site' and httponly : 'true, fase".
@germanbisurgi Ping...
yii2-cookie-consent uses dmstr/cookie-consent JavaScript library to manage cookies and UI elements (popups, checkboxes, etc).
An httpOnly cookie it's not available to JavaScript in the client and thus can not get or set the httpOnly cookies.
It has to be set from the server. I think this can be made with an AJAX request to a dedicated controller.
Hi,
Cookie not Secure & https not set. can you fix it?