Skip to content

Instantly share code, notes, and snippets.

@vordan
Last active April 27, 2017 10:03
Show Gist options
  • Save vordan/4b488759dfbde425ae10 to your computer and use it in GitHub Desktop.
Save vordan/4b488759dfbde425ae10 to your computer and use it in GitHub Desktop.
PHP Session Expiration
/etc/php5/apache2/php.ini
session.gc_maxlifetime = 172800 # 48 hourssession.
cookie_lifetime = 0
/etc/php5/cli/php.ini
session.gc_maxlifetime = 14400 # 4 hourssession.
cookie_lifetime = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment