[fix] invalid more cookies

This commit is contained in:
Laurent Peuch 2020-04-17 00:56:40 +02:00
parent 01bb2abd74
commit e0a66428ea

View file

@ -214,7 +214,7 @@ function delete_redirect_cookie()
"; Expires="..expired_time.. "; Expires="..expired_time..
"; Secure".. "; Secure"..
"; HttpOnly".. "; HttpOnly"..
"; SameSite=Lax ;;" "; SameSite=Lax"
ngx.header["Set-Cookie"] = "SSOwAuthRedirect=;" ..cookie_str ngx.header["Set-Cookie"] = "SSOwAuthRedirect=;" ..cookie_str
end end