HI
Can someone help me here...
I have a grid with a popup edit form that seems to timeout, so that when the Update button is clicked there is an exception error (seems to be a 404) and the data entered in the form is lost. The timeout seems to be at about 20 minutes as per the default session value. Before that point the Update works entirely as expected.
Access to the grid requires a login which is maintained in a session variable, so may be is related to that ? I am not sure because
I have increased the session timeout in web.config as below.
Is there something timing out in view state that needs to be increased? Please help. Client users are getting mad at losing their inputs...
Thanks
Clive
PS Q2 2010 and asp.net 4.0
Can someone help me here...
I have a grid with a popup edit form that seems to timeout, so that when the Update button is clicked there is an exception error (seems to be a 404) and the data entered in the form is lost. The timeout seems to be at about 20 minutes as per the default session value. Before that point the Update works entirely as expected.
Access to the grid requires a login which is maintained in a session variable, so may be is related to that ? I am not sure because
I have increased the session timeout in web.config as below.
Is there something timing out in view state that needs to be increased? Please help. Client users are getting mad at losing their inputs...
Thanks
Clive
PS Q2 2010 and asp.net 4.0
<
system.web
>
<
sessionState
timeout
=
"60"
></
sessionState
>