Hi All,
I have an ASP application running in load balanced environment. It is hosted in two servers and a one db. It has a load balancer that is replicates content between the two servers. I have scripts that are checking for updated content on both servers, running on the task scheduler.
I am running Windows Server 2008 R2 and SQL Datbase 2008.
The issue is that the users are being logged out after every five seconds upon logging in, other users cannot log into the system as so. All the timeout and idle time in the web config and IIS7 are okay.
I did a session test and the users are not loosing their session IDs. What could be the problem or what is logging the users out?