Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8067795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:26:48+00:00 2026-06-05T12:26:48+00:00

How is state managed between sessions? I know that in Azure, client-specific states are

  • 0

How is state managed between sessions? I know that in Azure, client-specific states are stored in SQL Azure. I’m wondering if this is done similarly in AWS?

Do the various instances of your application all access a DB somewhere where the state is stored? Is state management much different depending on which technologies you are using?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T12:26:52+00:00Added an answer on June 5, 2026 at 12:26 pm

    At a ‘homework’ level, Amazon Web Services is loosely comprised of two different sets of things:

    • infrastructure services (EC2, EBS), which you manage yourself
    • higher level services (S3, DynamoDB, ELB), which Amazon manage for you

    When you upload a file to S3, it is stored across a number of machines in a number of different data centers, and Amazon is responsible for finding and returning the file when you request it (as well as making sure it doesn’t get erased by a machine failure.)

    With something built on top of one of the infrastructure services, such as an application running on EC2, you are on your own as to how you store and synchronize state:

    • One server, state in memory (bad)
    • Load balancing with no state handling (very bad!)
    • Load balancing with sticky sessions (sensible, but not enough by itself; if that server falls out of the pool, the other servers have no idea of who you are)
    • Load balancing with servers with a common state server

    How do you store state? Traditionally a database (possibly Amazon RDS) with a memory cache (such as Elasticache – Amazon’s managed memcached-compatible cache). Amazon’s new DynamoDB service is a good fit for this use, as a fast, redundant, key-value store.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im using outproc session that is managed by aspnet_state. Sometimes I get run time
I have a GUI tool that manages state sequences. One component is a class
Let me state up front that I have an infantile understanding of Monads. I
basically i have (state, state code) pairs, that are subsets of country [USA] ->
Let me state off the bat that I'm not that familiar with ASP.Net MVC,
I'm using Session variables inside a web service to maintain state between successive method
I'm trying to keep a hash local to one function that remembers its state
When using Ember.StateManager, the most common transition between Em.States involve some parameter or another.
The View controller programming guide states this regarding view controller's usage: Each custom view
I have a list view that can display items based on internal state (it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.