ASP.NET Session Variables
Posted: Wed Feb 16, 2011 3:37 pm
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
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