peacewong opened a new issue #1737: URL: https://github.com/apache/incubator-linkis/issues/1737
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-service-gateway ### What happened + What you expected to happen Because the logout interface has a wrong loop call problem, affecting branch 1.1.1 ``` SSOUtils def removeLoginUserByAddCookie(addEmptyCookie: Cookie => Unit): Unit = { val cookie = new Cookie(USER_TICKET_ID_STRING, null) cookie.setMaxAge(0) cookie.setPath("/") if(sslEnable) cookie.setSecure(true) addEmptyCookie(cookie) removeLoginUserByAddCookie(addEmptyCookie) } ``` ### Relevent platform all ### Reproduction script request logout ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org