Track Identification on Server

Created on 30 September 2011, over 13 years ago
Updated 15 May 2025, 28 days ago

Unlike session cookies, the Identification cookie (CHOCOLATECHIP) is sent to the client with each Page Response.

It is also decrypted and re-encrypted with every page response because the process does not record any of its attributes in the server session.

Without server side recording, the process is forced to open the cookie with every page request, only to find out whether it needs re-writing when approaching expiry. This is a waste of computer resources.

The process does not check whether the cookie is approaching expiry, it just re-writes it anyway.

An improvement would be to track the state of the cookie in the server session without having to decrypt it for session handling.

Or, write something new.

Feature request
Status

Postponed

Version

3.0

Component

Code

Created by

🇳🇿New Zealand bht333

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024