Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This is how web.config may look like:

<system.web>
   <sessionState mode="InProc" timeout="120" />
</system.web>

Note that there is a max timeout. In version 4.2.0 it is 120 minutes, and in version 4.2.1 240 minutes.

Note

Beware that a reinstallation may overwrite the web.config file!

...