Preserving params across redirects

Hi, Is there a way to preserve the params along with redirects? or the
only
way is to set persist in session? Is this the RoR way?

Thanks, Hari

View this message in context:
http://www.nabble.com/preserving-params-across-redirects-tf1870312.html#a5111902
Sent from the RubyOnRails Users forum at Nabble.com.

Use: redirect_to :action => ‘name’, :param1 => params[:param1] etc…