Hello,
After successful login the user can press back button and go back to login page but the session that is keeping the user data is still valid.
How to invalidate the session when the user clicks back and reaches the login page?
My plan is when the user presses back to call a javascript function that will call server side function that will invalidate the session. But I had problems with the handling the browser back button and I am not sure that it is working in google chrome as well.
I am using JDeveloper Studio Edition Version 11.1.2.3.0.
Regards.