Difference between revisions of "PHP sessions"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 15: Line 15:
  
 
== See also ==
 
== See also ==
* {{Sessionclean}}
+
* [[Sessionclean]]
 
* {{PHP}}
 
* {{PHP}}
  
  
 
[[Category:PHP]]
 
[[Category:PHP]]

Revision as of 19:22, 27 February 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



See also

Advertising: