Platforms that generate unique storage item names, for each session or user, can create an overwhelming number of individual cookies. Wildcards streamline this by grouping these under a single pattern. UseDocumentation Index
Fetch the complete documentation index at: https://docs.cookiechimp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
* in storage item names to match any storage item that follows a certain pattern.
How do wildcards work?
- Standard Naming:
session_12345,session_67890, etc. - Wildcard Usage:
session_*
session_, treating them as a single group.