Ticket #1344 (new enhancement)

Opened 3 years ago

Last modified 2 years ago

Stop using session to store transient user preferences

Reported by: fguillaume Assigned to: fguillaume
Priority: P1 Milestone: CPS 3.5.0
Component: CPSCore Version: 3.4.0
Severity: normal Keywords:
Cc:

Description

Same as #1343 but for CPSCore:

We must stop using the session to store simple transient user preferences, like the chosen language for a document (viewLanguage / switchLanguage)

Sessions are costly, need specific load balancer affinity, and above of all can provoke conflict errors.

Cookies were designed to do that, we should use them

Change History

05/16/06 15:16:04 changed by sfermigier

  • type changed from defect to enhancement.
  • milestone changed from CPS 3.4.1 to CPS 3.4.2.

05/19/06 16:49:52 changed by sfermigier

  • milestone changed from CPS 3.4.2 to CPS 3.4.3.