views:

270

answers:

0

Session timeout error for ASP.net applications expires in 5 sec

whenever we login to website the session expires in 30 secs max & we are unable to save our work / submit our request from application.

http://www.townplanning.in/

This is 3 year old website running on same server & now problem have started coming from past few days ......we haven't touched even single line of code Our webhost says - That has nothing to do with IIS session. That is set at default 90 seconds.

We have configured memory and CPU limit for each application pool. When the usage reaches the limit, it will automatically recycle the worker process. That is when your session will get reset.

There must be either one of the domain has high memory or CPU usage, that's why causing the session to be reset more frequently.

I would suggest you to look into your code again to see if anyone of them has high memory usage.

What could be reason & what should be done as now all websites on that server are showing same behaviour where as when we run the website on different server they work properly

Do advice

Rgds Yogesh Huja