I have a simple flow
A.html -> B.html -> C.html
Now, B either 302's to C, or shows a progressbar, and then after some ajax call is done goes to C. When the user is on C, and they hit "Back" I want them to end up on A instead of B.
If the page 302ed, then the back behavior is what I want, but otherwise they get that intermediary page. Any way to solve this easily?