K
kempshall
I have a web application that contains a Java applet that uploads and
downloads files between a client and server. My application is set to
timeout the current session after 30 minutes (i.e. in web.config,
there's <sessionState timeout="30">). Unfortunately, if someone is
uploading or downloading a file that takes more than 30 minutes, the
session times out. Is there any way to get .NET to recognize that data
is being transferred between the client and server and not timeout
unless there's 30 minutes without any data transfer?
Thanks,
Jay
downloads files between a client and server. My application is set to
timeout the current session after 30 minutes (i.e. in web.config,
there's <sessionState timeout="30">). Unfortunately, if someone is
uploading or downloading a file that takes more than 30 minutes, the
session times out. Is there any way to get .NET to recognize that data
is being transferred between the client and server and not timeout
unless there's 30 minutes without any data transfer?
Thanks,
Jay