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
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
ASP.NET Session Variables
Hello,
If you set the RenderMode property of the WebViewer component to Standard, it will not use any sessions or server cache.
Thank you.
If you set the RenderMode property of the WebViewer component to Standard, it will not use any sessions or server cache.
Thank you.