I'm developing one wizard to user registration.
I already have page design and it's separeted in five views.
I want to pass data between all this pages and save them only in the last one.
How can I pass all model info between pages without add multiple hidden fields in each page(one hidden field for each field that is filled in previous pages)?