I am using Facebook connect
to let users login to my website, which is developed in PHP.
For login, I get the "Login with Facebook" perfectly and once logged in through their facebook account, the users are taken to another page, which displays some data. But, if someone presses the back button on the browser, it takes him to the previous page(basically the login page) and he can see a "Log in" button again with a facebook symbol besides it, even though the user is already logged in. I am not sure how to get out of this.
Can anyone tell me how this can be solved? I do not want users to press the back button on the browser and see the "Log in" Button once again.