Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have given below line in web config.. still session time out...

sessionstate mode="InProc" timeout="900"> sessionstate>


Please help me..


Thanks
Posted
Updated 26-Apr-13 6:57am
v2
Comments
Kaushikhalvadiya 26-Apr-13 13:07pm    
you also need to set idle process timeout.

In IIS->Select Application Pool->Property/Default Application Setting->Set idle timeout minute under process model.
nitin bhoyate 26-Apr-13 14:37pm    
this might be a ans. Please add into Solution instead of comment.
Seema.Net 8-Sep-14 6:40am    
Yes, Issue was from IIS Setting.
ZurdoDev 26-Apr-13 13:29pm    
It may be that the app pool is restarting, as mentioned above.
[no name] 26-Sep-14 5:06am    
are sure for 20 seconds or 20 minutes

1 solution

you also need to set idle process timeout.

In IIS->Select Application Pool->Property/Default Application Setting->Set idle timeout minute under process model
 
Share this answer
 
v2

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