Difference between revisions of "PHP sessions"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 11: | Line 11: | ||
− | + | == Related terms == | |
+ | * [[sessionclean]] php binary | ||
+ | * [[phpsessionclean]] [[systemd]] service | ||
== See also == | == See also == | ||
− | |||
* {{PHP}} | * {{PHP}} | ||
[[Category:PHP]] | [[Category:PHP]] |
Revision as of 06:58, 10 May 2020
php -i | grep session.save_path session.save_path => /var/lib/php/sessions => /var/lib/php/sessions
grep "session.save_path" /etc/php/7.2/apache2/php.ini ; session.save_path = "N;/path" ; session.save_path = "N;MODE;/path" ;session.save_path = "/var/lib/php/sessions" ; (see session.save_path above), then garbage collection does *not*
Ref: https://stackoverflow.com/a/30127516
Related terms
- sessionclean php binary
- 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: