Quick Background ...
MVC 2 Web application that uses Telerik Q2 2011 Report viewer. There are 2 web servers in a load balanced environment. The session state is out of process (AppFabric).
I understand that the report viewer stores quite a bit of information in the session. What I am struggling to understand is when the memory is released (in other words, the session variables are removed) ... from my testing, it appears that it is only released when the session ends (user log out or session timeout)
This is a lot of overhead. I am looking for strategy I can use to clean the report viewer session variables manually after the report has been viewed? Are the session keys always the same?
Thanks in advance for any help or suggestions.
Annmarie
MVC 2 Web application that uses Telerik Q2 2011 Report viewer. There are 2 web servers in a load balanced environment. The session state is out of process (AppFabric).
I understand that the report viewer stores quite a bit of information in the session. What I am struggling to understand is when the memory is released (in other words, the session variables are removed) ... from my testing, it appears that it is only released when the session ends (user log out or session timeout)
This is a lot of overhead. I am looking for strategy I can use to clean the report viewer session variables manually after the report has been viewed? Are the session keys always the same?
Thanks in advance for any help or suggestions.
Annmarie