Skip to content

Keep alive method #43

Description

@abelrgr

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'
	}
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions