TyrionWarMage

Results 9 comments of TyrionWarMage

After using a bit, i think i need to spend a bit more time with this feature ... will open again, once ready

I think memcache/memcached will resolve this, but only an educated guess. Just realized, memcache requires a extra memcache server to be installed, maybe: https://www.php.net/manual/en/book.apcu.php ?

Hi, the feature is intended for the headless mode. My way of thinking: For fully automated execution, you can not prevent storing the "full" secret (password) somewhere. - Either on...

After investigating some more, it seems the "preferred" way to resolve this issue woud be using a shared memory session handler. - mm - requires recompiling php with custom config...

In case you are not satisfied with this solution, alternatives i could provide are: - Createing an apcu-based session replacement. Much cleaner code, but not advised as this would not...

According to https://stackoverflow.com/questions/34533695/is-the-new-apcu-apc-user-cache-shared-between-processes, it will be shared between all Apache/Nginx sessions, but not CLI. Surely not optimal, but probably beats a plain text file, readable by every script/process running with...

> Ok, I guess you are right and this improves the situation. I'm willing to merge this, but have two requests: > > 1. Could you consolidate all the apuc...

any issues with this fix?