|
-
Aug 24th, 2006, 10:27 AM
#1
Thread Starter
New Member
Session_End
I've been trying to get some code to fire off on Session's End. I have the sessionState set to "InProc" in the Web.Config file, but that doesn't seem to help. Any ideas what I might be doing wrong?
-
Aug 24th, 2006, 10:31 AM
#2
Re: Session_End
Moved from CodeBank forum (which is for code examples, not questions)
-
Aug 24th, 2006, 11:16 PM
#3
PowerPoster
Re: Session_End
I take it you mean in the Global.asa file?
-
Aug 25th, 2006, 06:23 AM
#4
Thread Starter
New Member
Re: Session_End
 Originally Posted by rory
I take it you mean in the Global.asa file?
Yes, well, actually the .asax file, but yes. Visual Studio had a thing about what was required for it to fire off. I thought I had it set up correctly. Perhaps no.
-
Aug 25th, 2006, 08:44 AM
#5
PowerPoster
Re: Session_End
Hmmm, okay thats ASP.NET .. might want to ask that over in the .NET forum ..
But even with ASP there are issues doing anything on Session End ... sometimes it works sometimes it doesnt ... and just depends what is being done also .. the best thing to do would be to work around that and try to do something else ..even if it means using Javascript to trigger something ... like on Window Close or something like that
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
|