Skip to content

Commit a037eb6

Browse files
authored
Clarify cookies expiration for browsers
1 parent a630bd5 commit a037eb6

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ Segment sets three cookies in general:
792792
| `ajs_group_id` | A group ID that can be specified by making a `group()` call with Analytics.js. |
793793
| `ajs_user_id` | A user ID that can be specified by making an `identify()` call with Analytics.js. |
794794

795-
These cookies expire by default **one** year after the date created.
795+
For Google Chrome, these cookies expire by default **one** year after the date created. Other [supported browsers](/docs/connections/sources/catalog/libraries/website/javascript/supported-browsers/) might have different expiration time.
796796

797797
Some user/group traits are also stored in `localStorage`:
798798
| Cookie | Description |

0 commit comments

Comments
 (0)