# cross-domain-cookies **Repository Path**: mirrors_codejamninja/cross-domain-cookies ## Basic Information - **Project Name**: cross-domain-cookies - **Description**: Set cookies on other domains - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cross-domain-cookies Set cookies on other domains ![](assets/cross-domain-cookies.png) ## Usage ```html ``` | Query Params | Default Value | | ------------ | -------------- | | name | `""` | | value | `""` | | domain | Current domain | | httpOnly | `true` | | expires | Session | | path | `"/"` | | secure | `true` |