I suggest using a simple session object in MVC3 to store state data such as RecordIds, instead of passing it through all the client-side pages, which would be a problem. It seems a lot easier to just populate the session object once while it is no longer in use.
So is this an acceptable practice or cheat?
Many thanks.
source
share