User Authentication
Posted: Thu Mar 31, 2011 5:05 am
Hi!
To limit access to selected web pages to registered users, I was planning to authenticate the user by searching a MySQL database and, then, as pages are called, passing a session variable such as “access = true” to the selected web pages.
Am I planning to do the right thing? Any suggestions?
Thank you.
DoctorT
To limit access to selected web pages to registered users, I was planning to authenticate the user by searching a MySQL database and, then, as pages are called, passing a session variable such as “access = true” to the selected web pages.
Am I planning to do the right thing? Any suggestions?
Thank you.
DoctorT