Hi,

I'm wanting to process a form on the current page then send some hidden values to the next page i.e user Id, current journal name, manuscript number etc.
At the moment I'm using response.redirect and putting them in the queryString but I don't want to expose the user id in the querystring, I also want to avoid using cookies and session variables to hold this data.

Does anyone know if this is possible? Is there a way to use response.redirect and post?

Cheers Al