Click here to Skip to main content
15,894,896 members
Articles / Programming Languages / C#

session time out error

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
19 Jan 2013CPOL 0  
please look this Asp.net set session timeout in web.config IISsesion time out errorThanks

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
17 Jan 2013Member 9391106 4 alternatives  
I am getting The error Session time out when I am open My website And I have to give Seession time Out Value 60mints plz help me how to set session time out atleast 20mints
Please Sign up or sign in to vote.
19 Jan 2013Santhosh23
add this lines of code in your aspx page or master page.automatically refresh your page every 1000 seconds. mention the content seconds less then your session time try this.
Please Sign up or sign in to vote.
17 Jan 2013OriginalGriff
See here: MSDN[^] - however, as it says: you should not set it above 20 minutes.
Please Sign up or sign in to vote.
17 Jan 2013sisir patro
HI,Use the following code in web config file: Thanks

License

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


Written By
Software Developer (Senior)
India India
i work in ASP.Net,C#,Sql,VB6.0 etc. I want to enhance my skills by learning new technologies.

Comments and Discussions