Home>Article>Backend Development> How to set session expiration time in php
How to set session expiration time in php:
First open the "php.ini" configuration file, and then search to find "session.gc_maxlifetime = 1440 "This line
just save the array of the last modified expiration time.
Related references:php Chinese website
##Related topic recommendations:php session(Including pictures, videos, cases)
The above is the detailed content of How to set session expiration time in php. For more information, please follow other related articles on the PHP Chinese website!