Im having problem with session, it keep logging me out if I have been inactivate for like 20 minutes.
I don’t understand why is this happening, there is no session timeout on my php code.
php.ini file
session.gc_maxlifetime = 28800
then I have tested <?php echo ini_get(‘session.gc_maxlifetime’); ?>
It output 28800