1

I need to increase session timeout of my web use form ...

could anyone please help ?

4

1 回答 1

6

In Web.config:

<system.web>
  ...
  <sessionState timeout="timeout in minutes"
       ...
  />
  ...
</system.web>
于 2009-12-02T09:36:50.010 回答