I suppose you could keep track of pages visited in the Session (since it is user-specific), and store the state things were in either in a database, a file, or the Session. Then if you see that the current page has been visited during the current Session, fill in the values from what you saved at that previous visit.
I suspect there's a better way. <listening...>
|