In my experience, I don't use Session End as it isn't that reliable. Having
said that, I haven't tried it in ASP.NET; just in ASP. But, in ASP, it
never worked reliably. Also, I would suspect similar problems in ASP.NET.
One thing I noticed in the SQL Session State implementation is that MS uses
a SQL Job to delete expired sessions instead of tying into the Session End
event. So if they don't use it, I wouldn't use it.
Jeff
> Friends,
>
[quoted text clipped - 18 lines]
>
> James Hunter Ross
Alvin Bruney - ASP.NET MVP - 21 Oct 2005 19:14 GMT
On the contrary, it's very reliable. You need to be familiar with the rules
that govern its firing though.
http://support.microsoft.com/default.aspx?scid=kb;en-us;555082

Signature
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------
> In my experience, I don't use Session End as it isn't that reliable. Having
> said that, I haven't tried it in ASP.NET; just in ASP. But, in ASP, it
[quoted text clipped - 27 lines]
> >
> > James Hunter Ross