Legacy Knowledge Base
Published Jul. 2, 2025

About the "History" tab of "Go to other sites

Written By

Shimada Taro

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

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

Issue

  • What are the conditions under which a site appears in the "History" tab?
  • Are there any conditions under which a site will no longer appear from the "History" tab?

Environment

  • DXP 7.0, DXP 7.1, DXP 7.2

solution

  • If you are redirected to a site to which you have never been redirected, the site will be displayed
  • The information on the sites displayed in the "history" is stored in the database in "portalpreferences.preferences" in the following format.(The number is the site ID.)
com.liferay.site.util_recentGroups</name><value>33907,20126</value>
  • If the page does not exist on the destination site, it will not appear in the "History".
  • No automatic deletion based on time period or number of cases
  • The limit on the number of sites displayed is managed by the portal property "session.clicks.max.size.terms" which is set to 1024 by default.A comma-separated groupId (usually a 5- to 9-digit number) of up to 1024 characters is stored, and about 100 to 170 sites are displayed in the history
    # Set the maximum size of key and value terms that can be stored in the
# session via SessionClicks. See LPS-20096 for more information.
#
# Env: LIFERAY_SESSION_PERIOD_CLICKS_PERIOD_MAX_PERIOD_SIZE_PERIOD_TERMS
#
session.clicks.max.size.terms=1024
Did this article resolve your issue ?

Legacy Knowledge Base