1
votes

I have this strange problem. We are using SSRS ReportViewer control hosted in ASP.net page. ReportViewer control is rendering reports fine. But when user remains idle for some period, it throws "ASP.net session is expired" exception.

Although I am not able to track exactly when ASP.net session expires, I understand why it would throw this exception. But I have already set KeepSessionAlive property of ReportViewer control to true. Shouldn't this help the asp.net session to keep going infinitely?

One more thing is - I used Fiddler and chrome dev tools to trace if ReportViewer control is pinging report server periodically to keep session alive. But I cannot see any such web requests being made by the ReportViewer Control. What could the reason for this? How can I keep sessions alive and avoid this issue?

Thank you.

1
I think I am having the same problem. Would like to know if you found a solution.nuander

1 Answers