How to restrict login session across browser windows in PHP

Hi,

How to restrict login session across browser windows in PHP.

After login if we access the pages that are to be accessed after login in separate tabs are browser windows we are able to access. In all these the login sessions are maintained.

How can we restrict the users to access the pages that are to be accessed after login in separate browser windows. If they try to access we need to direct them to login page again. How can we do these.

Please suggest. Thanks.

Sponsor our Newsletter | Privacy Policy | Terms of Service