Obtaining "slid" from the browser console
Last updated
Was this helpful?
Last updated
Was this helpful?
Created: 11.07.2023
Updated: 11.07.2023
Author: Alexander S.
In certain cases, users need to find out their unique user identifier used in Gravity Field. This identifier is called slid
and can be obtained from the browser. Below, we will describe how to do this. We use Google Chrome for the purpose of this demonstration, but the steps are similar in any other browser.
Open the website, right-click on the screen, and select "Inspect" from the context menu.
The browser console will open. In the top menu, select "Application."
Follow the steps below:
a. Select the "Cookies" section
b. In the "Cookies" section, choose the subsection with your domain.
c. Enter slid
in the filter.
d. Copy the value from the cookie _slid
and, if available, _slid_server
.