G
Guest
Thanks in advance for any help....
I have an application that uses the Session_End to perform some data access
against our database. This works as expected when a session times out.
However, when the .NET project is rebuilt the Session_End is automatically
called for any current sessions. However on rebuild I do not want my code in
Session_End to be called.
Can anyone explain why the Session_End is called or have a potential work
around so that my code in Session_End is not run when the project is rebuilt.
I have an application that uses the Session_End to perform some data access
against our database. This works as expected when a session times out.
However, when the .NET project is rebuilt the Session_End is automatically
called for any current sessions. However on rebuild I do not want my code in
Session_End to be called.
Can anyone explain why the Session_End is called or have a potential work
around so that my code in Session_End is not run when the project is rebuilt.