Hi in my web application we are asking users for some informaiton on page 1 then directing them to page 2 then page 3 then on page 4 all the information is being loaded into a database. Right now everything is in session variables but we are afraid of overloading the server and of other performance issues. We were thinking of having hidden text fields and doing a request.form("field") from the pervious page and so on. BUt by the last page there would be about 50-60 hidden fields loaded with data, is this effeicent, what are other ways to pass information along form one page to another, any tips would be appreciated. We cant use the querry string because the information is sensitve and because it would be more then 255 characters.

Regards,

Scott