Difference between revisions of "/usr/lib/php/sessionclean (shell script)"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== Activities == | == Activities == | ||
− | * Execute manually <code>[[sessionclean]]</code> to clean your php sessions | + | * [[Execute manually <code>[[sessionclean]]</code> to clean your php sessions]] |
== Related terms == | == Related terms == |
Revision as of 14:44, 13 April 2021
sessionclean
is a shell script to cleanup stale PHP sessions included in php-common
package in Ubuntu and Debian.
find "/proc/$pid/fd" -ignore_readdir_race -lname "$save_path/sess_*" -exec touch -c {} \
Activities
- [[Execute manually
sessionclean
to clean your php sessions]]
Related terms
- Ubuntu
phpsessionclean systemd
service
See also
- PHP,
php-fpm, www.conf
,php -i
, PHP sessions, symfony,fastcgi_pass
,sessionclean (shell script)
,phpsessionclean.service (systemd service),phpquery
,php.ini
,/var/log/php*
, PECL,php --help
, PHPUnit, Laravel, PHP framework, Composer,phpbrew, Xdebug, php --version
, PHP Fatal error, Hello, World! (php), Zend Engine, FROM php
Advertising: