ASP.NET Session Variables

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

ASP.NET Session Variables

Post by jay@bplogix.com »

Is there a way to turn off the Stimulsoft's use of session variables when using StiWebViewer?

The reason I ask is that our web application has turned enableSessionState to false because of an issue with ASP.NET. It seems that when pages use session state, IIS uses a thread lock on that page. The results is that if I have a page that has 4 iframes (for instance) ... and each iframe is a page that uses session state .... IIS will single thread the rendering of the pages!!

In these scenarios ... the user will see 1 iframe load completely ... then the next load completely ... then the next load completely ... in serial, one at a time!!

Without session state, all iframes load in parallel, and it is a much better user experience.

thx
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

ASP.NET Session Variables

Post by Vladimir »

Hello,

If you set the RenderMode property of the WebViewer component to Standard, it will not use any sessions or server cache.

Thank you.
Post Reply