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 Active Problem

Session Active Problem

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netwindows-adminperformancehelp
3 Posts 2 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
    pra chaudhari
    wrote on last edited by
    #1

    hi in asp.net application one user is login then how many active session is created i am confused about that because iis performance moniter active session display 612 and my login user is only more than 50. also when i particuler user logout that time session active in not not decrease. thank you advance urgent please

    A 1 Reply Last reply
    0
    • P pra chaudhari

      hi in asp.net application one user is login then how many active session is created i am confused about that because iis performance moniter active session display 612 and my login user is only more than 50. also when i particuler user logout that time session active in not not decrease. thank you advance urgent please

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      pra.chaudhari wrote:

      moniter active session display 612 and my login user is only more than 50. also when i particuler user logout that time session active in not not decrease.

      How did implement the logout? can you please put the code for that section ?

      cheers, Abhijit CodeProject MVP

      P 1 Reply Last reply
      0
      • A Abhijit Jana

        pra.chaudhari wrote:

        moniter active session display 612 and my login user is only more than 50. also when i particuler user logout that time session active in not not decrease.

        How did implement the logout? can you please put the code for that section ?

        cheers, Abhijit CodeProject MVP

        P Offline
        P Offline
        pra chaudhari
        wrote on last edited by
        #3

        when i login that time i remove the sesstion value 'loginpage page_load event code If Page.IsPostBack() = False Then l_objSessionMgr.RemoveAll() FormsAuthentication.SignOut() End If 'this is common function Public Sub RemoveAll() HttpContext.Current.Session.RemoveAll() End Sub

        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