open web.config file of your web application
you will have tu set sessionstate timeout = value in minuts like below example....
< configuration >
< system.web >
< sessionState mode="InProc"
cookieless="true"
timeout="20"/ >
< /sessionState >
< /system.web >
< /configuration >
No comments:
Post a Comment