Hi,
I have this web application which does the following as standard to all websites
- Users browse to any page on the website
- They click on login link on header from any page
- Visit login page and then login and get directed to their logged in page
- IF user then hits back button they get to login page and that redirects to home (because they are already logged in).
How do I change at javascript or php level for the following
- Users browse to any page on the website
- They click on login link on header from any page
- Visit login page and then login and get directed to their logged in page
- IF user then hits back button they will get to the page they visited just before the login page was seen.
Thanks