is it possible to control the key used in the session store when using cookie-based sessions with signing and encryption? I want to add a prefix.
a
Aleksei Tirman [JB]
07/15/2024, 7:24 AM
Unfortunately, only session values can be signed and encrypted.
e
Emre
07/15/2024, 12:14 PM
I'm not worried about the signing and encryption of the key, just what form they take. In kv stores like redis, it is typical to use prefixes to organize entries, and I want to stick to that.