ViewState
1 TopicThe issue of generating a new session ID after postbacks
The session ID should remain the same for the same visitor in the same connection. If the session ID changes between pages, It will likely to break your application especially if you are using session ID to improve your ViewState complexity.10KViews1like0Comments