Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > Time out problems for long lasting actions

Reply
Thread Tools

Time out problems for long lasting actions

 
 
Mantas Miliukas
Guest
Posts: n/a
 
      03-09-2005
Hi,

I have developed a webserver control that executes some business logic on
the server side.

The problem is that the logic takes some time to complete,
and client browser (IE 6.0) after the specified period of time
asks me to reenter the credentials once more. After I reenter my
credentials, the process is started all over, it's not continued.

Any hints? Probably some HTTP header should be
sent to the browser prior executing long lasting actions?

Thanks for your comments!

---
m2


 
Reply With Quote
 
 
 
 
MasterGaurav
Guest
Posts: n/a
 
      03-09-2005
How much time does it take?
It seems you're facing a session timeout... but that's after 30mins.

Does it take so long?

--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
-------------------------

 
Reply With Quote
 
 
 
 
Mantas Miliukas
Guest
Posts: n/a
 
      03-09-2005
It takes about a minute or two.
Perhaps, you have seen any solutions on a web?
I would like to display a rotating wheel on the client
while server is busy with its work.

"MasterGaurav" <> wrote in message
news: oups.com...
> How much time does it take?
> It seems you're facing a session timeout... but that's after 30mins.
>
> Does it take so long?
>
> --
> Cheers,
> Gaurav Vaish
> http://www.mastergaurav.org
> http://mastergaurav.blogspot.com
> -------------------------
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Having compilation error: no match for call to ‘(const __gnu_cxx::hash<long long int>) (const long long int&)’ veryhotsausage C++ 1 07-04-2008 05:41 PM
[EJB] Long lasting session bean - how to implement progress indicator? pljosh.mail@gmail.com Java 0 12-13-2006 12:55 AM
SimpleHTTPRequestHandler handling long lasting requests problem Andy Leszczynski Python 4 03-14-2005 06:35 AM
long lasting news server? Mrs Beeble Brock NZ Computing 13 02-01-2005 02:33 AM
Session lasting too long -- Session_End event firing way late !! ?? Steve M ASP .Net 5 07-31-2003 09:44 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57