Hi michael,
Thanks for your response.
Is there any alternative? Maybe I could store some object in the
session and have its finalizer do the clear up? Would this work, so
when it is garbage collected (presumably at some point after there is
no reference to it in Session scope), my clean up will happen because
GC will call it's finalizer?
> Hello Chris,
>
[quoted text clipped - 17 lines]
> CA> Application_Error being hit cause Session_OnEnd not to fire?
> CA>
Michael Nemtsev [MVP] - 12 Dec 2007 13:22 GMT
Hello Chris,
You can use Application and Cache instead
read the MSDN to get more info about this
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
CA> Hi michael,
CA>
CA> Thanks for your response.
CA>
CA> Is there any alternative? Maybe I could store some object in the
CA> session and have its finalizer do the clear up? Would this work, so
CA> when it is garbage collected (presumably at some point after there
CA> is no reference to it in Session scope), my clean up will happen
CA> because GC will call it's finalizer?
CA>
CA> On 12 Dec, 12:43, Michael Nemtsev [MVP] <nemt...@msn.com> wrote:
CA>
>> Hello Chris,
>>
[quoted text clipped - 20 lines]
>> CA> Application_Error being hit cause Session_OnEnd not to fire?
>> CA>