State bag
From Wikipedia, the free encyclopedia
(Redirected from State Bag)
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (November 2006) |
|
|
This article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. (May 2009) |
In computer programming, the state bag design pattern refers to the storing of session state in a multidimensional array. A Breadcrumb (navigation) is the first dimension of the state, which tracks the users movement within a page, file, or module. Each collection of breadcrumbs is stored in the state bag.
The state bag can be traversed to move through the different collection of breadcrumbs. This is like the browser's history and also provides the flexibility for the breadcrumb to track any navigation history within each state bag item (breadcrumb).
| This computer storage-related article is a stub. You can help Wikipedia by expanding it. |