Limio uses cookies to manage various aspects of user interaction, from authentication and security to personalizing shopping experiences and tracking user journeys. These cookies store information such as login credentials, user privileges, geographic location, shopping basket status, and journey flows to optimize both security and user experience.
Cookie | Type | Purpose | Data held | Example | Category | Expiry |
lmo_uid |
httpOnly: true jwt |
Authentication. token for the backend. Contains security credentials for a login session and identifies the user and the user's privileges |
Access token | {
"iss": "https://sandbox-shop.dev.limio.com",
"iat": 1682594770,
"exp": 1682598370,
"sub": "id-35e6a9a846da7650bff64b8b91da86c7",
"https://sandbox-shop.dev.limio.com/aut": {
"iss": "https://cognito-idp.eu-central-1.amazonaws.com/eu-central-1_OVeGLt5bE",
"sub": "b6da8802-bf05-4278-979b-b62ffe169945"
}
} |
Essential cookie | 13 months |
lmo_session | sessionid | Can access the session and all user information contained in it. | Session token | 85PLDETPxCaCyRNztO5ddEiOY9Biex6p |
Essential cookie | 13 months |
lmo_sid | sessionid | Marked as deprecated. | Session token | 85PLDETPxCaCyRNztO5ddEiOY9Biex6p |
Essential cookie | 13 months |
limio-country | Stores the users country of origin | Country | GB |
Functional & performance cookie |
Session |
|
limio-journey |
|
Contains the tag of the current journey |
Journey tag |
|
Functional & performance cookie |
Session |
limio-invalid |
Contains the status of the current basket, if invalid will return the reason e.g. a customer is trying to purchase another trial offer |
Basket validity status |
trial |
Functional & performance cookie |
Session |
|
limio-segment |
Returns the segment the customer is in, usually returned from identity platform |
Customer segment |
pop-to-churn |
Functional & performance cookie |
Session |
|
limio-journey-countries
|
If the user has gone through a journey flow previously, this cookie defines other countries in the journey |
Countries in the current journey |
["GB", "US"] |
Functional & performance cookie |
5 hours |
|
limio_order |
sessionStorage |
If the user has started a new Basket in Limio Checkout, this will return the Basket ID |
Basket ID |
|
Functional & performance cookie |
Session |
limio-authCheck |
sessionStorage |
During the SSO flow during federation this ensures that the flow is not going around in circles and provides the DateTime stamp of the last request for federation |
Timestamp of last time federation has been requested |
b2023-06-29T12:58:23.689Z |
Essential cookie |
Session |
Comments
0 comments
Please sign in to leave a comment.