Tagged Questions
0
votes
1answer
227 views
Speed Up Jquery heartbeats
I'm a pretty new programmer who made an application that sends out a heartbeat every 3 seconds to a php page and returns a value, the value of which decides which form elements to display. I've been ...
0
votes
3answers
457 views
Ajax Heartbeat using setInterval, Preventing multiple calls at the same time
I wish to make an AJAX call using jQuery as a "heartbeat" in the background so that my web application can check for new data. For example every 10 seconds.
I have seen on other posts that it is ...
0
votes
1answer
287 views
Counting the Number of Online Users Using jQuery Heartbeat (or PHP)
I am currently using this php code to count the number of the users currently online:
$session_id = session_id();
$time_stamp = time();
$time_limit = $time_stamp - 300; // We give the ...
1
vote
1answer
239 views
crossDomain heartbeat cant parse jsonp data with jquery
I embbeding my module, an asp.net project, in a "portal", the portal generate an iframe to my url, i know its a shit but i dont made it.
To avoid session in main "portal" end while user iterating with ...