Change php.ini to increase duration of session
For Ubuntu Server php.ini is located at /etc/php5/apache2/php.ini sudo nano /etc/phpX/apache2/php.ini Simply change the default value of 1440 to your desired value for session.gc_maxlifetime increase duration of session #session.gc_maxlifetime …