Would be great if there is any way to call a method with a separated time interval to call to an specific service to mantain the backend session alive
Like:
$( document ).idleTimer( {
keepAlive:{
timeout: 5000, //every 5 seconds call a determined backend function
script: 'http://localhost/wakeup.php'
}
});
Would be great if there is any way to call a method with a separated time interval to call to an specific service to mantain the backend session alive
Like: