浏览代码

Merge pull request #10939 from wangkx/h19236

HPCC-19236 Allow ECLwatch to read ESPUserName Cookie

Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com>
Reviewed-By: Kunal Aswani <kunal.aswani@lexisnexis.com> 
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 年之前
父节点
当前提交
4192226fe7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/bindings/http/platform/httpservice.cpp

+ 1 - 1
esp/bindings/http/platform/httpservice.cpp

@@ -1085,7 +1085,7 @@ EspAuthState CEspHttpServer::handleUserNameOnlyMode(EspAuthRequest& authReq)
     }
 
     //We just got the user name. Let's add it into cookie for future use.
-    addCookie(USER_NAME_COOKIE, userNameIn, 0, true);
+    addCookie(USER_NAME_COOKIE, userNameIn, 0, false);
 
     StringBuffer urlCookie;
     readCookie(SESSION_START_URL_COOKIE, urlCookie);