Skip to content
Snippets Groups Projects
Commit 058e0abc authored by Jeremy Kersten's avatar Jeremy Kersten Committed by Romain Derie
Browse files

[FIX] http_routing, utm, website: set expiration date on some cookies


The 'frontend_lang' cookie is used to 'cache' the user's preferred lang.
We want to make sure that this language preference is preserved for a
longer period of time than just the life of the browser. This means that
even if you quit your browser and come back into the year, your
preferred language will be used, until you choose to remove your cookies.

The 'utm_*' cookies are used to 'track' where you are coming from on the
instance. The purpose of these cookies is to know the tracking value
to improve the overall user experience or compute the profitability of
some campaigns. Now we keep these cookies for 1 month.

closes odoo/odoo#122295

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 8d5000b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment