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. multiple Application states?

multiple Application states?

Scheduled Pinned Locked Moved ASP.NET
questionsysadminhelp
2 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.
  • U Offline
    U Offline
    User 929285
    wrote on last edited by
    #1

    Please have a look at the following log my application has made: 9:33:38Application Starting (Application_Start) 9:33:38Application variable 'server' is really null 9:33:39Session Starting (Session_Start) 9:37:12Application Starting (Application_Start) 9:37:12Application variable 'server' is really null 9:37:12Session Starting (Session_Start) So the question is how is it ever possible that another instance of my web application is starting after 5 min when I have session timeout set to 30 min? I have problem with that because in each case the application creates new instances of application items, so my application state is not syncronized. Thanks in advance!

    T 1 Reply Last reply
    0
    • U User 929285

      Please have a look at the following log my application has made: 9:33:38Application Starting (Application_Start) 9:33:38Application variable 'server' is really null 9:33:39Session Starting (Session_Start) 9:37:12Application Starting (Application_Start) 9:37:12Application variable 'server' is really null 9:37:12Session Starting (Session_Start) So the question is how is it ever possible that another instance of my web application is starting after 5 min when I have session timeout set to 30 min? I have problem with that because in each case the application creates new instances of application items, so my application state is not syncronized. Thanks in advance!

      T Offline
      T Offline
      T Manjaly
      wrote on last edited by
      #2

      I don't think it is related to Session timeout. Application timeout happens when the server restarts. This could be due to some reason your IIS restarted or your IIS process recycled based on some settings on your Server or you updated the web.config or assemblies that resulted in a restart. :zzz:----------------------------------------------------------------------:(( T Manjaly
      C# Tutorials and samples : http://www.dotnetspider.com

      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