Page 1 of 1

Browse Access

Posted: Fri Dec 18, 2009 7:29 am
by RIGOLETO
Hi there I have a question related with security, well I have written down a PHP browser where the user should sign on, this browser program is working correct, but the problem is when the user have gotten in, the next browser is the main menu, in this scenario if the user make copy of the LINK and go to another open browser a and paste that link, then the program skip the log in and go dicrt to the main menu.

I need to know hoe control the rest of browser pages and configure my aplication to point out to the log browser and not any other browser into the application

Rigo

Re: Browse Access

Posted: Fri Dec 18, 2009 8:50 am
by requinix
Use sessions to track a user on one computer. You can store the authentication credentials in there and have each page check that the user has logged in.