Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Session_End Event

Session_End Event

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pradhip
    wrote on last edited by
    #1

    Hi: I am wondering when exactly does the Session_End event fire in ASP.NET . It does not on the browser close event.Some say it's fired just after the Session_Timeout event occurs. So i have a piece of code just like in asp to find out who are all the active users on my website.The Session_Start event fires and user count is incremented.I have a corresponding user_decrement step in Session_End.The application is set to 1 minute. Now i open a browser window and usercount is 1 at 5.16pm and then i close window IMMEDIATELY. Then immeditaely i open another and browser and usercount is 2 at 5.16pm and i close it immediately. then i open another at 5.18pm and usercount is 3 while i expected it to be 1. AND THEN I openone at 5.22pm and the user count is 4 while i expected it to be 1. So now im surprised.Does the session-end event ever fire at all?? Or am i missing something somewhere?? Any help is appreciated.. Regards Pradhip.S If a Building is Completed then why do they call it BUILDING ??

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups