Ask a Question related to ASP.NET General, Design and Development.
-
Colin Millar #1
Re: After 1.1 Upgrade, Session Variables Often Dissapear
We had a problem with Session states dying, apparently after an
upgrade to using the ASP.NET Framework v1.1, but the problem turns out
to be with our virus checker on the server - NetShield from Network
Associates. As soon as we disabled the virus checker, the session
stopped dying and everything worked fine.
We're now looking at excluding the webroot from the attentions of the
virus checker and this should fix things as well as giving us virus
checking for most of the box.
I suspect it's to do with the "shadow copy" facilities of ASP.NET -
the facility which allows you to copy DLLs without stopping the web
server - which is causing the problem, but in any case try stopping
your virus checker and see if that fixes it.
Cheers,
Colin
Colin Millar Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Rollover and Dissapear
I have a button that i placed over a form. Inside this button is an animated movie clip that plays. What is supposed to happen is when i place the... -
Session problem when setting session variables in files that are in different directories
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save... -
variables that change session variables
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between...



Reply With Quote

