Difference between revisions of "PHP sessions"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
 
Ref: https://stackoverflow.com/a/30127516
 
Ref: https://stackoverflow.com/a/30127516
  
 +
 +
php sessions
 +
Could not open input file: sessions
  
 
== Related terms ==
 
== Related terms ==

Revision as of 18:52, 30 August 2021

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


php sessions
Could not open input file: sessions

Related terms

See also

Advertising: