Javascript and components stop responding

0

I'm having some problems with session times (I assume that's the problem) in my application.

My client says that sometimes the application does not work, namely Javascript's and components that are part of the application (DevExpress). When I analyze this problem, I deduce that the user is "stopped" for a long time on the same page (pauses or something), and then when he returns, some actions that are done by JavaScript or other components do not work, having to move page or refresh to get back to work ... Hence, to deduce that it is a problem of Session Timeout .

I do not know if I'm right or not, but what I tried to do was:

In my Web.config put:

<system.web>
    <sessionState timeout="1"></sessionState>
    ...
</system.web>

And in IIS I went to Manage Web Site > Advanced Settings and increased the Connection Time Limit

I put small session times to see if this situation happened, but so far nothing ...

    
asked by anonymous 13.02.2015 / 16:43

0 answers