weizhouapache commented on PR #9856: URL: https://github.com/apache/cloudstack/pull/9856#issuecomment-2437578276
another option could be removing the check completely ``` final String jsessionidFromCookie = HttpUtils.findCookie(cookies, "JSESSIONID"); if (jsessionidFromCookie == null || !(jsessionidFromCookie.startsWith(session.getId() + '.'))) { s_logger.error("JSESSIONID from cookie is invalid."); return false; } ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org