Does an AJAX call keep the session alive ?
843840Oct 23 2007 — edited Oct 25 2007Hi
I am not sure whether this is a question which I should post here.. but..
I have a jsp which makes some AJAX calls depending on user action..
well, my understanding is.. the server will not differentiate whether the request from the client is a synchronus or asynchronus one.. and if it did get a request from the client, the session will not time out within the time limit specified. So my question is there anyway the AJAX call will not actually affect the session time out ?
Is my understanding as mentioned above.. wrong ?
Thanks in advance