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>
@@ -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);