Setting timeout

  • Thread starter Thread starter Young
  • Start date Start date
Y

Young

I am getting timeout problem in my VB.NET app.

I've set the timeout value in webconfig and machine.config file and also set
it within the application and still my app. timeout sooner that expected.

Can anyone please help?

Tks
Y
 
hi young,
remember that if your client machine's internet connection breaks, even for
a moment, it will probably get a new IP address and that may result in a
lost session. also if there are any factors causing an application restart
on the server. e.g. a change to web.sitemap, web.config, any of the dll
files in the bin directory, etc., this will also discard every active
session.

hope this sheds some light on the matter
tim
 
Back
Top