I'm trying to understand the order of events here.
This page tells me that at some point in the page lifecycle that the ViewState is mapped to the page session.
I am assuming that happens in the control.SaveViewState() method.
Can anyone tells me when this happens?
I'm concerned because I am seeing some code that reads ViewState variables in Page_Load, and I think it is still returning info even after the session is cleared. (causing issues with a timeout redirection we have set up)