Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have a Problem on session time out error

when i am open my application more then 5 mints it will show the Error Object reference is not set an instance of object and here is my code


XML
<authentication mode="Windows"/>
    <sessionState timeout="60" mode="InProc" cookieless="false">
    </sessionState>


plz solve my problem and help me
Posted

1 solution

hi

<meta http-equiv="refresh" content="285" />



add this lines of code in your aspx page or master page.

automatically refresh your page every 285 seconds.

try this.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900