SSRS Session Cookies Report Viewer control

荒凉一梦 提交于 2019-12-10 10:26:55

问题


I'm using .NET Report Viewer to run SSRS reports. One thing I noticed is that every time I load a page (not postback) it adds a new session cookie. However after awhile Report Viewer fails due to too big request (too many cookies). Is there any way to delete these cookies? I tried to delete Http Sessions on page load, but cookies are not removed.

I can stop creating new cookies by setting on report viewer control KeepSessionAlive="false", but all old cookies stays.


回答1:


I suggest you review these three links i provide below, they might turn out to be of great help

  1. http://blogs.msdn.com/b/emilianb/archive/2009/05/28/timeouts-and-microsoft-sql-server-2005-reporting-services.aspx

  2. http://blogs.msdn.com/b/dynamicsaxbi/archive/2013/02/14/how-to-addressing-ssrs-session-timeouts.aspx

  3. Manage timeouts in the Reporting Services 2005



来源:https://stackoverflow.com/questions/21011759/ssrs-session-cookies-report-viewer-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!