J
Jared
Hi
I am using StateServer as my sessionState mode. I realise that I cannot
use the Session_End in global.asax. I just want to do some simple
logging of site usage.
Has anybody got a simple solution that replaces the Session_End object?
I was thinking of using client-side script to redirect to another page.
I can then use this page to enter the information I require into the
database. Is there any script that will see the Page Unload event? I
realise that this may not function in all browsers, but the site is
currently only intranet based, so it's not an issue right now.
Thanks
Jared
I am using StateServer as my sessionState mode. I realise that I cannot
use the Session_End in global.asax. I just want to do some simple
logging of site usage.
Has anybody got a simple solution that replaces the Session_End object?
I was thinking of using client-side script to redirect to another page.
I can then use this page to enter the information I require into the
database. Is there any script that will see the Page Unload event? I
realise that this may not function in all browsers, but the site is
currently only intranet based, so it's not an issue right now.
Thanks
Jared