I think the session is your only bet. Why not store the params in the flash? That way you won't have to worry about manually expiring it like you would if you created your own session.
flash[:params] = params
/Jeff
I think the session is your only bet. Why not store the params in the flash? That way you won't have to worry about manually expiring it like you would if you created your own session.
flash[:params] = params
/Jeff