I am using latest FF and NOP2.65
SeName does not appear in the URL when routed from an actionresult.

            return RedirectToRoute("Product", new
            {
                productID = pid,
                SeName = pn
            });

Shows up in IE correctly.

What am I missing?