Early feedback on encrypted session PR

php.internals

David CARLIER

4 years ago
Hi, I wanted a more general but early feedback on the idea itself https://github.com/php/php-src/pull/3759 which is encrypting/decrypting the session on the fly with openssl (assuming as an improvement it would need a more complex key than the session id to make it more useful and being configurable). Regards.

Mark Randall

4 years ago
On 17/05/2022 21:36, David CARLIER wrote:
> I wanted a more general but early feedback on the idea itself > https://github.com/php/php-src/pull/3759
The same question that has already been asked on github: What is the motivation? What is it meant to achieve?