Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Perrin Harkins
On Thu, 2005-11-17 at 09:02 +1000, Badai Aqrandista wrote: > Actually, the locking I meant is the Apache::Session's lock. I am guessing > that A::S lock blocks the second page to be loaded if the first page hasn't > finished loading. I know, but you don't have to use that if you are storing the

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Badai Aqrandista
On Wed, 2005-11-16 at 10:11 +1000, Badai Aqrandista wrote: > But I need to know if a request has been cancelled. The problem is that I > need to release the session lock when someone click submit button before the > page is fully loaded, otherwise the next page won't load because it is > wait

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Perrin Harkins
On Wed, 2005-11-16 at 10:11 +1000, Badai Aqrandista wrote: > But I need to know if a request has been cancelled. The problem is that I > need to release the session lock when someone click submit button before the > page is fully loaded, otherwise the next page won't load because it is > waiting