/usr/lib/php/sessionclean (shell script)
Jump to navigation
Jump to search
sessionclean
is a sh
script to cleanup stale PHP sessions. It is included in php-common
package in Ubuntu and Debian.
/usr/lib/php/sessionclean (no output)
Activities
- Execute manually
sessionclean
to clean your php sessions - Read https://www.getpagespeed.com/server-setup/php/cleanup-php-sessions-like-a-pro
Related terms
- Ubuntu
phpsessionclean systemd
service find "/proc/$pid/fd" -ignore_readdir_race -lname "$save_path/sess_*" -exec touch -c {} \
See also
- PHP sessions,
session_start
,php -i | grep session
,/var/lib/php/sessions/
, sessionclean,phpsessionclean.service (systemd service)
- 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)]
Advertising: