May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Context StateYou use the Context state when you want to hold state only for the lifetime of a single request. This is useful when you need to have information in memory for a long period of time, and you do need to ensure that keeping such information does not affect scalability. This is an example:
![]()
The context information is accessed at the page level and will not be available again on the next request.
Read now
Unlock full access