mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
[fix] invalid more cookies
This commit is contained in:
parent
01bb2abd74
commit
e0a66428ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue