User first go through registration and then after successful registration, user redirects to welcome page. At welcome page user successfully logged-in the website. But if someone click the back browser button then the previous registration page doesn't show any log-in user. And when we refresh that page then it shows user login. May be the reason that without refreshing the page it doesn't reload itself with cookies(login session). We want that either user can't go backward or if it go backward to registration page then the webpage already has details of login session. We are developing in MVC-Asp.NET
Please guide. Thanks in advance.