M
M
Have you come accross the issue described below or know more about it?
We have come accross a situation where session variables are getting
lost temporarily but come back again if user reloads the same page.
Found that whenever the server has to load/compile (not sure which) the
website dlls (for eg the first time a page is requested from a website) and
if the browser makes a subsequent request for another page (for eg the first
page contains an iframe) then the session variables are not visible in the
second page. Strangely the session variables become visible if the browser
re-submits the request. Normally the compile/load process only happens the
first time a page is accessed but our virus scanner appears to be amending
some file in the website (web.config perhaps) and so the web server
re-loads/re-compiles the dll's quite frequently.
We have got around this by not using an iframe in the offending page and
excluding the website directory (for now) in the virus scanner.
We have come accross a situation where session variables are getting
lost temporarily but come back again if user reloads the same page.
Found that whenever the server has to load/compile (not sure which) the
website dlls (for eg the first time a page is requested from a website) and
if the browser makes a subsequent request for another page (for eg the first
page contains an iframe) then the session variables are not visible in the
second page. Strangely the session variables become visible if the browser
re-submits the request. Normally the compile/load process only happens the
first time a page is accessed but our virus scanner appears to be amending
some file in the website (web.config perhaps) and so the web server
re-loads/re-compiles the dll's quite frequently.
We have got around this by not using an iframe in the offending page and
excluding the website directory (for now) in the virus scanner.