I am using chrome and mozilla browsers working on reactjs.
after logout i am able to redirect to the login page(please see pic(2))
From this login page if i click on back arrow in the browser I am able to access the application.
As per the project requirement once user logout I will be redirecting to login page from login untill login he should not be able to access application by enetring back button.
For on click on logout function do i need to make any thing or from login component renders i want back event should not work.
Please help me thanks in advnace.