views:

133

answers:

2

I have a query that takes a while to return results on our staging box and it has been wired to the front-end using an ASP.NET MVC Ajax.BeginForm(). I have searched the help and the internet but can't seem to find a way to extend the timeout for this operation.

A: 

Is the normal

<% Session.timeout = Xmin %>

Working? By default it is set to 10 I believe so if it happens after 10 minutes this would help a bit, though is not elegant.

Better methods use JavaScript to keep the page alive. You can have a look at more sophisticated methods here and here

bastijn
Sorry if I wasn't clear enough but it's the Ajax request that is timing out not the session.
Nat Ryall
a than my answer doesn't make sense anymore.
bastijn
A: 

No answer was found, closing.

Nat Ryall