On Fri, 8 Sep 2006, Brennan Stehling wrote:
First, I am running on a WiFi network and occasionally the WiFi
connection display pops up and sayd the connection was connected, as
though it had been disconnected momentarily. If the auth check were to
go through at the right time maybe that would cause a problem.
OK, just snooped at the JS code, and found this in app.js:
// use an image to send a keep-alive siganl to the server
this.send_keep_alive = function()
{
var d = new Date();
this.http_request('keep-alive', '_t='+d.getTime());
};
Now, I'm not an AJAX or JS expert, so I don't know what
this.http_request() returns, but the function could retry if the
connection wasn't successfull.
Any ideas?
--
21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0.18
---------------------------------------------------------
Lic. Martín Marqués | SELECT 'mmarques' ||
Centro de Telemática | '@' || 'unl.edu.ar';
Universidad Nacional | DBA, Programador,
del Litoral | Administrador
---------------------------------------------------------