Post Redirect Get Behaviour in brower.

I have implemented Post Redirect Get desgin pattern in my website. Once the user has posted some data the user’s request id redirected to the same webpage i.e. the webpage orginally containing the from.
After the completion of the request if i try to press the browser’s back button instead of going back to the webpage containing the form and it’s data i am sent to the the home page. Why the brower has taken the entire PRG pattern request as a single entry in the history log.

We’re going to need more details to try and give you an answer. At first, we’re going to need to see your view. (We may end up needing to see more than that, but this is a good place to start.)