Using an Existing Session

To log in to the CloudBlue Commerce control panel using an existing session, a browser must be redirected to the following URL:

https://BRAND_ACCESS_URL/servlet/Turbine/session_id/SESSION_ID/action/PViewPrep/

where the BRAND_ACCESS_URL parameter is the URL for accessing a brand, for example, cp.brand01.acom. Therefore, the complete URL to redirect is https://cp.brand01.acom/servlet/Turbine/session_id/SESSION_ID/action/PViewPrep/ in the current example.

The SESSION_ID parameter is the ID of the existing session.

For example, the session with 000001 session_id is opened with the use of the https://1.1.1.1/ URL. Therefore, the URL to redirect is the following:

https://cp.brand01.acom/servlet/Turbine/session_id/000001/action/PViewPrep/

Important: The 00001 session ID is too simple and is used in the example only for simplicity. For security reasons, you should generate high-entropy random values, for example, a 14-character random alpha-numeric string.

Note: A session is bound to the CloudBlue Commerce UI Server and cannot be "shared" between several CloudBlue Commerce UI Servers. Therefore, a session must be opened and used through the same UI server. Also, the session ID can be used only once to log in to the Customer Panel or Provider Panel.