Syed Abdul Khader wrote: This is not the problem due to server resources. Well in the following scenario sessions can be dropped due to server resources: - the server is IIS 6 (windows 2003) - his application runs in an application pool where a maximum memory usage is defined - his app has a memory leak In this situation, his app is using more and more memory, untill it hits the maximum defined in IIS. The app will then restart, and all sessions will be lost. Gidon