beecheyp
February 24th, 2005, 03:52 AM
Hi All,
Our ASP.Net application can be accessed by our users over dialup. Can someone explain or point me to a resource that explains what happens when a users dial up connection is closed afterthey have submitted a postback. I have tested this on my local network and the transaction completes even though I have closed my browser.
I am guessing that as login as all of the post back data make it back to the web server the page operation will complete but I need to know what happens if it does not i.e. does IIS simply abandon the session.
Any help much appreciated.
Paul.
Our ASP.Net application can be accessed by our users over dialup. Can someone explain or point me to a resource that explains what happens when a users dial up connection is closed afterthey have submitted a postback. I have tested this on my local network and the transaction completes even though I have closed my browser.
I am guessing that as login as all of the post back data make it back to the web server the page operation will complete but I need to know what happens if it does not i.e. does IIS simply abandon the session.
Any help much appreciated.
Paul.