Legacy Knowledge Base
Published Jul. 2, 2025

Internet Explorer 11 appends the "zx=" parameter to the URL

Written By

Alfonso Crisci

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

Environment

  • Liferay DXP 7.0+

Resolution

  • The current behavior is expected on IE11: the zx parameter is added by the Automatic Single Page Applications (going forward: SPA) to make the URL unique and prevent caching.

  • While disabling the SPA globally in the portal through javascript.single.page.application.enabled=false in portal-ext.properties would be a possible workaround, we don't recommend this strategy as it may affect the general page loading performance.

  • A better approach would be disabling the SPA on IE11 only: this can be done as follows:

      • Liferay DXP 7.3, DXP 7.2 and DXP 7.1: Control Panel > Configuration > System Settings > Platform > Infrastructure > Frontend SPA Infrastructure
      • Liferay 7.0 DXP: Control Panel > Configuration > System Settings > Foundation > Frontend SPA Infrastructure

The change won't affect other browsers and will also mitigate a known performance issue with IE11 and SPA: Internet Explorer 11 Memory Leaks.

  • Alternatively, you may use the new MS Chromium Edge (e.g. Edge version 87.0.664.75), where this behavior is not present.

Additional Information

 

Did this article resolve your issue ?

Legacy Knowledge Base