Page 1 of 1

ASP.NET Session Variables

Posted: Wed Feb 16, 2011 3:37 pm
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

ASP.NET Session Variables

Posted: Thu Feb 17, 2011 7:43 am
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.