Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
4192226fe7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);