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. State Management (most likely a repost)

State Management (most likely a repost)

Scheduled Pinned Locked Moved ASP.NET
databasecomsysadminbusinesstutorial
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.
  • J Offline
    J Offline
    Jason McBurney
    wrote on last edited by
    #1

    My application is a HR asp app that in the future will span mutiple pcs in a web farm configuration. Due to the requirements my app needs to know who is currently logged into my system. So I was doing alittle research: http://www.aspalliance.com/aspxtreme/webforms/statemanagementrecommendations.aspx[^] The summation of the aforementioned information is this: State can be stored either on the client or the server. (lol, I knew that) Client-side options are: The ViewState property Hidden fields Cookies Query strings Server-side options are: Application state Session state Database Since I need to track User sessions with in my app I was thinking Session state ( the most obvious, no?) Does The Session State Object transcend Physical web server boundries. Example, if box A serves the login page. and box b is requested to serve the user home page, will box b deny the request because the session is on box A?

    J 1 Reply Last reply
    0
    • J Jason McBurney

      My application is a HR asp app that in the future will span mutiple pcs in a web farm configuration. Due to the requirements my app needs to know who is currently logged into my system. So I was doing alittle research: http://www.aspalliance.com/aspxtreme/webforms/statemanagementrecommendations.aspx[^] The summation of the aforementioned information is this: State can be stored either on the client or the server. (lol, I knew that) Client-side options are: The ViewState property Hidden fields Cookies Query strings Server-side options are: Application state Session state Database Since I need to track User sessions with in my app I was thinking Session state ( the most obvious, no?) Does The Session State Object transcend Physical web server boundries. Example, if box A serves the login page. and box b is requested to serve the user home page, will box b deny the request because the session is on box A?

      J Offline
      J Offline
      Jarrod Marshall
      wrote on last edited by
      #2

      If you use an out of process state server or SQL to store the state you are find going across physical server boundaries. The web servers will share the same state store and you won't have a problem.

      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