Cookies:
Name | Domain | Description |
lsContextID | Website | Authentication information of current browsing session. Expires immediately. |
lsSema-* | Website | Semaphore cookies. Values written are immediately removed. Expires immediately. |
Local Storage:
Name | Domain | Description |
lsUserID | Website, personalizer.io | Identifier assigned to the user. |
lsEncUserID | Website, personalizer.io | Encrypted version of userID. |
lsAuthParams | Website | Parameters used to authenticate a session to obtain rendering settings. |
lsAuthResult | Website | Results of a session authentication that includes rendering settings. |
lsContext | Website | Information about current session. (e.g.: currency code, e-commerce provider, etc) |
lsContextExpires | Website | Expiry date of the session context. Set for 2 hours after the last visit. |
lsRecentViews | Website | Recently viewed items of the user. |
Note: Cookies placed by LimeSpot are accessible from our scripts on edge.personalizer.io. (storefront.js). This file is loaded asynchronously via Shopify script tags on page load. It's not added to a store's codebase as asset files and is hosted on our servers. This code cannot be changed and is minified.
To stop LimeSpot from loading, place the cookies and access them by putting LimeSpot.DisableAutoInitialize = true
in the main liquid file. Then, get user's consent for placing and using cookies and call LimeSpot.Storefront.Initialize()
once the user has agreed.