Sensitive data in Viewstate?
问题 I need to store sensitive data across few pages (run over https) per session. I can't use session object, for the primary reason being that the session store is designed as just as backup store (primarily make service calls and load the session). If the session has been restarted or in other words that the key in the session does not exist, make the service and re-populate the session. So, in the case of user keyed in sensitive data, i need to carry this data forward across pages, we do not