I am working on Asp.net Web Application. I am facing an issue of session getting expired on production environment only, same is working fine on local.
I have set the Session-State to SQLServer in web.config, which means AppPool restart,changes in dll and config files
shouldn't affect the session value.
But I couldn't figure out what is causing the session expiration.
Please suggest me,if there are any specific scenarios where session might get expired with Session-State to SQLServer