You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cookie-persistence annotation cannot be configured to contain attr argument for cookie and so I cannot set SameSite attribute for my persistent cookie to work cross-site.
I think there could be another annotation cookie-persistence-samesite with enum for none, lax, strict values because the samesite behavior is now more strict than in past.
The text was updated successfully, but these errors were encountered:
Hello @dosmanak ,
Thanks for your input.
This is a good enhancement, and we could even add more than just the SameSite attribute, and add a list of attributes.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
we will add new CRDs (V1) that will have a complete keyword support from HAPRoxy where this can be set (on backend and global level) and this will be available in next version 1.11 (February, 2024)
The cookie-persistence annotation cannot be configured to contain attr argument for cookie and so I cannot set SameSite attribute for my persistent cookie to work cross-site.
I think there could be another annotation
cookie-persistence-samesite
with enum for none, lax, strict values because the samesite behavior is now more strict than in past.The text was updated successfully, but these errors were encountered: