Application state is also known as session state. It's the state of the app as the user has been using it. Examples of data that might end up in session state are the contents of form fields that the user is working on or the current page the user is on. The contents of the below text box will automatically be stored in application state.