I have an action i call from a anchor thusly, Site/Controller/Action/ID where id = an int.
later on I need to redirect to this same Action from a Controller.
Is there a clever way to do this? Currently I'm stashing ID in tempdata, but when you hit f5 to refresh the page again after going back, the tempdata is gone and the page crashes.
Thanks,
E-