Control: Severity -1 normal

Hi!
Thanks for maintaining phpmyadmin and your fast response!

> Are you really sure this files are php sessions?
Yes, for us there are php session files in there. 

PHP ships a session cleaner that uses the session.save_path from /etc/php/$
{version}/${conf_dir}/php.ini. Normally the save_path does point to /var/lib/
php/sessions.

I think you are right and the default installation of phpmyadmin stores 
session data in /var/lib/php/sessions and everything is fine.
But as we hardened our server, we setup an own php-fpm pool for phpmyadmin and  
changed the save_path to /var/lib/phpmyadmin/tmp. It seems like that it is our 
own created problem and we do need scripting on our end to clean these files ;)

> They are twig cache files for sure, but yes they could be cleaned up before
> each upgrade.
Yes we see those too and these should be cleaned up.

At least this part of the bug report is actually valid  ;)

Best Regards
Florian

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to