#23667 closed Cleanup/optimization (fixed)
Settings of `LANGUAGE_COOKIE_DOMAIN` and `LANGUAGE_COOKIE_PATH` incorrectly mention `SESSION_COOKIE_NAME`
| Reported by: | James Beith | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.7 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The LANGUAGE_COOKIE_DOMAIN and LANGUAGE_COOKIE_PATH settings both mention:
The only safe and reliable option to perform the switch is to change the language cookie name permanently (via the SESSION_COOKIE_NAME setting)
Should this not say, and link to, the LANGUAGE_COOKIE_NAME instead of the SESSION_COOKIE_NAME?
Note:
See TracTickets
for help on using tickets.
In bedd43929731f3a3c3dca6725d5e09239b36a210: