Hi, Is it possible to disable ViewState for a specific page? If a user enters to a login page, then waits for session to expire, then put login details and press submit a ViewExpiredException will be thrown. This issue can be easily solved if no ViewState will be saved for the the login page.
Thanks, Guy.