Legacy Knowledge Base
Published Jul. 2, 2025

Liferay Cloud cookies

Written By

Rodrigo Mier

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

  • Description about the cookies used in Liferay Cloud platform and their services.

Environment

  • Liferay Cloud

Resolution

  • Google Analytics cookies:
    • _gat:
      • Numeric
      • It is used to limit the percent request.
      • Term: 1 minute

    • _ga:
      • Identifier
      • It is used to identify users
      • Term: 2 years

    • _gid:
      • Identifier
      • It is used to distinguish users
      • Term: 1 day

  • Liferay cookies
    • COOKIE_SUPPORT:
      • Boolean value
      • Enable autologin after the initial login. 
      • Persistent
      • Term: 1 year
    • GUEST_LANGUAGE_ID
      • Language ID
      • It is used to identify the language
      • Persistent
      • Term: 1 year

    • JSESSIONID:
      • Session ID
      • It is generated by the servlet for session management
      • The ID is sent to the client inside a default cookie as part of the URL
      • JSESSIONID expires a session, that means when session expired or browser is closed or user logut, JSESSIONID will expire.

    • LFR_SESSION_STATE_userid:
      • Login time 
      • It is used as use session identifier 
      • Used to remember language preferences
      • Term: expire with the session

    • COMPANY_ID:
      • Instance Identifier
      • Term: expire with the session

    • ID:
      • Encrypted userId
      • Term: 1 year

    • SAML_SP_SESSION_KEY:
      • Authenticate the user and the unique SSO login
      • Term: expire with the session

  • Web Server cookies
    • dtLatC:
      • Numeric value
      • Measure the server latency to check the performance
      • Term: expire with the session

    • dtPC:
      • <serverID>$<randomValue>_<currentMillis>v<randomValue>e<eventCount>    
      • Needed to identify the right endpoint
      • Term: expire with the session

    • dtSa
      • URL encoded action name
      • It is used to save user actions between pages

    • rxVisitor:
      • Visitor Id 
      • It is used to correlate sessions
      • Term: permanent

    • rxvt:
      • Timestamp | Timestamp
      • Session timeout

    • SERVER_ID
      • Server identifier
      • It use to be used for load balancer or clustered environments

Additional Information

 

 

Did this article resolve your issue ?

Legacy Knowledge Base