Cache-Based View State

This option is similar to the Session option in that the view state is saved in the cache on the application server.  The advantages and disadvantages are almost the same as well.  One additional advantage of the cache option is that you can have more control over when view state data expires.  The following choices are available for cache expiration:

See Also

View State Storage Options for Improving Performance