Defect HC-11913

New configuration setting to allow LogonCmdImpl to bypass UserRegistryCache

Software

Customer case Applies to Corrected in
CS0190199 V8.0.4.23 8.0.4.29

Observed behavior

When running without DRS and session affinity, the userlogon cache prevents proper handling of password resets

Expected behavior

A new mechanism is required to disable the caching of the user registry.

Resolution

To disable the use of the user registry cache in the logon command and access the database directly, add the following to the wc-server.xml file within the <InstanceProperties> section:

<com.ibm.commerce.security.commands.LogonCmdImpl useUserRegistryCache="false" />