xml Web.config Session Timeout

<system.web>
    <sessionState timeout="60" />
</system.web>
Overrides the default Session state timeout, from 20 to 60 minutes

Updated: Wednesday 9th February 2011, 18:48am

There are 0 comments

Leave a comment of your own

Comments are currently closed.