Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Solve Session Timeout Problem in Live Site?
am set Session Time out period in Web.Config.but this not working in Live Site
this working in Locally fine
any reference ?
please help me
please...............
Posted
Updated 27-Aug-11 0:41am
v2

1 solution

Have a look at below link for Asp.Net Session Management Information.

http://msdn.microsoft.com/en-us/library/ms972429.aspx[^]

This is a very common problem with "InProc" Session Management in Asp.Net. However I found below short but usefull CodeProject article to handle this problem.

Prevent Session Timeout in ASP.NET[^]
 
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