Let\'s say you have a aspx page that does not rely on session, but does rely on viewstate for persistance between postbacks.
If a user is accessing this page, and l
Viewstate does not expire, as long as they are still on the page, it will still be there and functional.