I'm working on a mvc application that uses jquery to implement dynamically loading page content using jquery.load and/or jquery.ajax. But when the user uses the back button in these kind of applications, the result for the user is often unexpected. I've seen articles like RSH from google that claim to solve this problem, but I'm not sure how to make it work with the ASP.NET MVC framework in combination with jquery.
Does anyone have an example or explanation on how to implement Real Simply History (like google's RSH, jquery probably has also plugins for this) in ASP.NET MVC applications using jquery?