Getting Session Variables Seems Really Slow in AcquireRequestState

  • Thread starter Thread starter Phil Johnson
  • Start date Start date
P

Phil Johnson

Hi,

We have a web application that I am profiling and it seems to take a long
time to get a couple of session variables in Global.ascx.cs 's
AcquireRequestState().

We have implemented the method and only get a couple of session variables in
it, but looking at the profile it seems to take over a third of a second...
getting session variables after that doesn't seem to take so long.

Is there anything we can do to speed up the AcquireRequestState?

Thanks
 
Back
Top