Last post Jan 03, 2013 01:59 AM by necro_mancer
Member
26 Points
101 Posts
Jan 02, 2013 05:34 AM|saurabh jain|LINK
I am using SSRS-2005 for reporting when using report navigation button it is giving me following errror:
"Microsoft.Reporting.WebForms.AspNetSessionExpiredException: ASP.NET session has expired"
I tried ReportViewer AsyncRendering property to false - doesn't work
setting cookieless to true in the web.config sessionState element - it horribly changed my URL, and it worked, but I would never use that.
I also set the application pool for maximum workers 1 - doesn't work.
So is there some IIS setting or browser issue.
Any solution?
594 Points
203 Posts
Jan 02, 2013 05:47 AM|gnosischief|LINK
Please try with adding below tag in web.config
<configuration> <system.web> <httpRuntime maxRequestLength="32768" /> </system.web> </configuration>
also refer below thread:
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/ca916bff-e996-41a2-b547-16542a298c39
Jan 02, 2013 06:17 AM|saurabh jain|LINK
It is not working in my case.
Contributor
5231 Points
1602 Posts
Jan 03, 2013 01:59 AM|necro_mancer|LINK
hi saurabh, May I please know whether your SSRS is located on the same server with your website? May I please know whether you host it on your own server or a shared server?
Member
26 Points
101 Posts
Session Timeout issue
Jan 02, 2013 05:34 AM|saurabh jain|LINK
I am using SSRS-2005 for reporting when using report navigation button it is giving me following errror:
"Microsoft.Reporting.WebForms.AspNetSessionExpiredException: ASP.NET session has expired"
I tried ReportViewer AsyncRendering property to false - doesn't work
setting cookieless to true in the web.config sessionState element - it horribly changed my URL, and it worked, but I would never use that.
I also set the application pool for maximum workers 1 - doesn't work.
So is there some IIS setting or browser issue.
Any solution?
Member
594 Points
203 Posts
Re: Session Timeout issue
Jan 02, 2013 05:47 AM|gnosischief|LINK
Please try with adding below tag in web.config
also refer below thread:
http://social.msdn.microsoft.com/Forums/en-US/vsreportcontrols/thread/ca916bff-e996-41a2-b547-16542a298c39
Member
26 Points
101 Posts
Re: Session Timeout issue
Jan 02, 2013 06:17 AM|saurabh jain|LINK
It is not working in my case.
Contributor
5231 Points
1602 Posts
Re: Session Timeout issue
Jan 03, 2013 01:59 AM|necro_mancer|LINK
hi saurabh,
May I please know whether your SSRS is located on the same server with your website?
May I please know whether you host it on your own server or a shared server?