Keep session alive until browser closes

This commit is contained in:
Jay Trees 2022-02-23 13:36:40 +01:00
parent 0fc471291b
commit 0dace7a404

View file

@ -54,6 +54,8 @@ if (
/**
* Session
*/
ini_set('session.gc_maxlifetime', 0);
session_start();
/**