随笔 - 43  文章 - 13 评论 - 7 trackbacks - 1

08 2007 档案
[Reference] Session Timeout during execution
摘要: Reporting Services has a notion of a user session. This is not the same as ASP.Net's notion of a user session, and in fact the two are completely orthogonal to each other. SSRS's session maintains information about which report a user is looking at, the data that is in that report (we call this a snapshot), the interactivity state (what items are shown/hidden), parameter state, etc... These sessions are aged out based on the last time they were accessed. For most scenarios where you use the 阅读全文
posted @ 2007-08-21 10:02 JerryZhao 阅读(323) | 评论 (0) 编辑