M
Mark Field
Assuming that IIS is not restared, and that the web server is not restarted,
should the "session_end" event in the global file ALWAYS fire or will there
be times when it will not fire?
protected void Session_End(Object sender, EventArgs e)
{
}
Thanks in advance.
Mark
should the "session_end" event in the global file ALWAYS fire or will there
be times when it will not fire?
protected void Session_End(Object sender, EventArgs e)
{
}
Thanks in advance.
Mark