In my application i have multiple viewscoped beans when someone click back button in the browser it gives error for obvious reasons,my bean is destroyed when i move away from the page. I want to allow user to go back to previous page. Cache is enabled in the browser but still it doesn't do that.
Is there anything i can setup in my application to allow that?