Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Edit the language files for the languages on your platform.  See Abiquo UI Client Language Configuration
    Change the default labels for the cookie message and the privacy policy, which  are as follows. 

    Code Block
        "login.cookies.info":"The Abiquo Cloud Platform uses cookies to give you a consistent experience as you use the service. If you want to know more, please read our privacy policy.",
        "login.cookies.accept.button":"I understand",
        "login.cookies.policy.button":"Privacy policy",


Abiquo cookies

  • Abiquo creates the following cookie for use by the Abiquo Server:
    • ABQSESSIONID tracks user sessions
      • To display Users → Users → Show logged
      • To remove stale sessions
      This cookie does not handle user authentication
  • The Abiquo UI creates cookies for Google Analytics

...

  • Abiquo creates the following cookies to improve the user experience with the user interface and stores them on the user's local system

...

    • _cle saves the user cookie agreement ("I understand" button click)
    • userChoices
      • automaticallyOpenServersView from Create datacenter dialog
      • automaticallyOpenVappView from Create virtual appliance dialog
      • automaticallyOpenTutorials from login
      • automaticallyOpenMaintenance from login


Expand
titleClick here to show/hide screenshots

_cle: user cookie agreement

userChoices: automaticallyOpenServersView

userChoices: automaticallyOpenVappView

userChoices: automaticallyOpenTutorials

userChoices: automaticallyOpenMaintenance

...