D
Dan Colgan
Hi, I am thoroughly fed up. I have been trying for a few weeks to get
an understanding of when events for session and application fire and why
they don't for me.
I am understanding the Application_End situation and that it is not
necessarily going to fire because of the multiple users that come and
go... however!!!!!!
From all I've read the Session event should fire after the timeout for
that particular user's session has expired (20 min default). I cannot
ever get this event to occur. I have an example of writing to a log
file when the session starts and it does this consistently. However it
is also supposed to write an event when the session ends (I've set mine
to timeout at 5 minutes). It never writes this event out.
What the he** am I doing wrong.
an understanding of when events for session and application fire and why
they don't for me.
I am understanding the Application_End situation and that it is not
necessarily going to fire because of the multiple users that come and
go... however!!!!!!
From all I've read the Session event should fire after the timeout for
that particular user's session has expired (20 min default). I cannot
ever get this event to occur. I have an example of writing to a log
file when the session starts and it does this consistently. However it
is also supposed to write an event when the session ends (I've set mine
to timeout at 5 minutes). It never writes this event out.
What the he** am I doing wrong.