Results 1 to 5 of 5

Thread: Session_End

  1. #1

    Thread Starter
    New Member beepmaster's Avatar
    Join Date
    Aug 2006
    Location
    Illinois
    Posts
    6

    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?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Session_End

    Moved from CodeBank forum (which is for code examples, not questions)

  3. #3
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Session_End

    I take it you mean in the Global.asa file?

  4. #4

    Thread Starter
    New Member beepmaster's Avatar
    Join Date
    Aug 2006
    Location
    Illinois
    Posts
    6

    Re: Session_End

    Quote 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.

  5. #5
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    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
  •  



Click Here to Expand Forum to Full Width