Thursday, May 21, 2009

set the session expireation time in web.config file

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 >

Share This!


No comments:

Powered By Blogger · Designed By Seo Blogger Templates