Does viewstate expire?

前端 未结 12 1518
-上瘾入骨i
-上瘾入骨i 2020-12-06 04:40

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

12条回答
  •  -上瘾入骨i
    2020-12-06 05:17

    Viewstate does not expire, as long as they are still on the page, it will still be there and functional.

提交回复
热议问题