mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Keepalive
- Fix directory path - Remove duplicate file - Add to client portal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Keep PHP sessions alive
|
||||
// Receives requests via AJAX in the background every 10 mins to prevent PHP garbage collection ending sessions
|
||||
// Receives requests via AJAX in the background every 8 mins to prevent PHP garbage collection ending sessions
|
||||
// See footer.php & js/keepalive.js
|
||||
|
||||
session_start();
|
||||
|
||||
Reference in New Issue
Block a user