ASP.NET Session Expired error when viewing reports using ReportViewer web control in SSRS 2008
        Posted  
        
            by 
                RKP
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RKP
        
        
        
        Published on 2011-01-13T14:29:17Z
        Indexed on 
            2011/01/14
            1:54 UTC
        
        
        Read the original article
        Hit count: 583
        
Hi, I am getting "ASP.NET Session Expired" error when viewing SQL Server 2008 reports using the Microsoft ReportViewer web control. I found this article http://balanagaraj.wordpress.com/2009/09/25/session-has-expired-in-asp-net/ which suggests to use one worker process in IIS application pool, but that may affect performance, is there any other solution for this? I tried setting "AsyncRendering" to false already and that didn't work.
© Stack Overflow or respective owner