Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] shopinvader_anonymous_partner: auth cookie reseted #1568

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Commits on Sep 23, 2024

  1. [FIX] shopinvader_anonymous_partner: auth cookie reseted

    when reseting shopinvader-anonymous-partner cookie, a new set-cookie option is
    set inside the response. However, it seems that only the last operation is received by
    the client so the auth cookie is lost. As the operation cookie has already been set earlier,
    we can avoid reseting shopinvader-anonymous-partner-cookie
    benwillig committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ba7ed7e View commit details
    Browse the repository at this point in the history