Skip to main content
added 29 characters in body
Source Link

If Linux (Fedora) go to sudo vi

sudo vi /etc/php.ini 

Change /etc/php.ini Changememory_limit = 128M to -2040M

check memory_limit = 128M to 2040M check session.gc_maxlifetimesession.gc_maxlifetime if its commented like ";session.gc_maxlifetime"

";session.gc_maxlifetime"

then uncomment session.gc_maxlifetime = 1440 afterchange to

session.gc_maxlifetime = 1440

after that restart your apache server sudo service httpd restart

sudo service httpd restart 

If Linux (Fedora) go to sudo vi /etc/php.ini Change - memory_limit = 128M to 2040M check session.gc_maxlifetime if its commented like ";session.gc_maxlifetime" then uncomment session.gc_maxlifetime = 1440 after that restart your apache server sudo service httpd restart

If Linux (Fedora) go to

sudo vi /etc/php.ini 

Change memory_limit = 128M to 2040M

check session.gc_maxlifetime if its commented like

";session.gc_maxlifetime"

then change to

session.gc_maxlifetime = 1440

after that restart your apache server

sudo service httpd restart 
Source Link

If Linux (Fedora) go to sudo vi /etc/php.ini Change - memory_limit = 128M to 2040M check session.gc_maxlifetime if its commented like ";session.gc_maxlifetime" then uncomment session.gc_maxlifetime = 1440 after that restart your apache server sudo service httpd restart