FileGator respects session lifetime settings defined on your server.
If you wish to change that you can add your custom settings inside filegator/index.php

<?php
// session will expire after 1 hour
ini_set('session.gc_maxlifetime', 3600);
session_set_cookie_params(3600);
				

Clear your browser’s cookies and try it out.
More info: http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime

Alert: For Control Panel Help & Tutorials, click here: Panel Tutorials
Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution