**SPIP**
# Article validé
L’article "**\_COOKIE\_PATH** (https://www.spip.net/en_article6579.html)"
vient d’être publié par b_b.
* * *
## \_COOKIE\_PATH
dimanche 7 juin 2020 , par [jack](.././?page=auteur&id_auteur=593&)
The constant `_COOKIE_PATH` is used to indicate the domain to be used for
all SPIP cookies, and in particular session cookies.
It is possible to customize this value in your file
`config/mes_options.php` (See the article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
Example : `
define
(
'_COOKIE_PATH'
,
)
;
`
— Envoyé par SPIP (https://www.spip.net/)
