1

enter image description here

I'm trying to increase my session variable time but they always end up expiring in the default time.

In the image you can see that session.gc_maxlifetime changes in the local value but does not change in master value.

What should I do so that session.gc_maxlifetime lasts longer so that session variables are not precosily deleted?

Spoody
  • 2,852
  • 1
  • 26
  • 36
  • Possible duplicate of [How do I expire a PHP session after 30 minutes?](https://stackoverflow.com/questions/520237/how-do-i-expire-a-php-session-after-30-minutes) – Spoody May 24 '18 at 10:37

1 Answers1

0

Try also changing session.cookie_lifetime duration

darjus
  • 417
  • 3
  • 7
  • 21