|
-
May 30th, 2007, 02:17 PM
#1
Thread Starter
Hyperactive Member
[2005] Event closing page
Hi,
How can I control when the page is closing? Because I need to delete x temporal data.
regards
-
Jun 1st, 2007, 01:10 PM
#2
Re: [2005] Event closing page
There's the HTML onUnload event (if memory serves), but it's not guaranteed to work - for example, should the person terminate the browser process, or if the user navigates away via "normal" means.
I'd suggest using a background service of some sorts to do the clean up on a regular, timed basis.
-
Jun 4th, 2007, 03:21 PM
#3
Re: [2005] Event closing page
There's no need to post the same question multiple times.
Application_EndRequest. Or just do it in the page's code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|