Tuesday 26 March 2013

Increase Session Time Out(Automatic Log off problem )in asp.net

Add this code in your webconfig


<system.web>
    <authentication mode="Forms">
          <forms timeout="50"/>
    </authentication>

    <sessionState timeout="60"  />
</system.web>
And please check this same issue with best answers

1 comment:

  1. Hi, wow really superb you had posted one nice information through this. Definitely it will be useful for many people. So please keep update like this.DOT NET Training.
    DOT NET Training Institutes in Ameerpet

    ReplyDelete

If any doubt?then please comment in my post

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...