Missing Session!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a problem with my sessions , I'm not so sure what make this happens .
My session_end event happens in places that it's not expected for example when I start a new session session start event happens and before my page load event occurs the session_end occurs , even sometimes when I use my login form right after i write a session and redirect browser to other page this event happens and made all my variables in session state become unavailable , I try so hard to find the reason but i found nothing
Anyone have same problem or already know the reason
Thanks
 
Hi, Alireza Ziai,

From what you explained (and from what I understood) I think the following
article is should resolve your problem, which seems to be session data that
is lost because of antivirus software activity:

http://support.microsoft.com/?id=316148

Greetings
Martin
Alireza Ziai said:
I have a problem with my sessions , I'm not so sure what make this happens ..
My session_end event happens in places that it's not expected for example
when I start a new session session start event happens and before my page
load event occurs the session_end occurs , even sometimes when I use my
login form right after i write a session and redirect browser to other page
this event happens and made all my variables in session state become
unavailable , I try so hard to find the reason but i found nothing.
 
Back
Top