In my application, there are two types of users who login to the application.
Internal Users
External Users
In MVC Home project, When Clicking the browser back button, the page is redirected to the home page again. But for External users, when we click the browser back button, the
"Webpage Has Expired" error is displayed. I checked the following parameters related to URL but could not find where the code is redirecting the user to the home page itself.
None
0 Points
6 Posts
Redirecting to home page when clicking browser back button
Jul 02, 2020 12:34 AM|shiva.pss39|LINK
In my application, there are two types of users who login to the application.
In MVC Home project, When Clicking the browser back button, the page is redirected to the home page again. But for External users, when we click the browser back button, the "Webpage Has Expired" error is displayed. I checked the following parameters related to URL but could not find where the code is redirecting the user to the home page itself.
All-Star
58164 Points
15646 Posts
Re: Redirecting to home page when clicking browser back button
Jul 02, 2020 12:45 AM|bruce (sqlwork.com)|LINK
You should do a network trace to see what is happening. Try the browser tells or fiddler.
None
0 Points
6 Posts
Re: Redirecting to home page when clicking browser back button
Aug 06, 2020 08:17 PM|shiva.pss39|LINK
Thanks Bruce. That was helpful.