Defect HC-18127

Invalid cookie errors in logs after session expires when AllowMultipleLogonForSameUser enabled and using cookies

Software

Customer case Applies to Corrected in
CS0300973 V8.0.4.27 8.0.4.29

Observed behavior

When AllowMultipleLogonForSameUser is enabled, returning to an idle session leads to a cookie error, forcing the login page and a message in the log:

CWXBR0905E: The WC_AUTHENTICATION_userID cookie is invalid for user

Expected behavior

There should be no invalid cookie error message generated.

Resolution

The ActivityAuthenticationCookie logic was incorrectly checking for "Active" activities instead of "not Terminated". The code has been corrected.