secure login
Posted: Thu May 05, 2011 4:55 am
Hi,
I have a folder SECURE in my application and all the pages under this folder need to go through login check.
Now the problem is for instance -
There are 2 pages within Secure folder - http://www.abc.com/test.php and other page is http://www.abc.com/test.php?page=2
I want the first page i.e. - http://www.abc.com/test.php to be accessible without login and when user clicks on page 2 - the login box pops up to login. I have sorted out the login process, but i just need to know the best possible way to make the first page accessible which is under the secure folder.
I have a folder SECURE in my application and all the pages under this folder need to go through login check.
Now the problem is for instance -
There are 2 pages within Secure folder - http://www.abc.com/test.php and other page is http://www.abc.com/test.php?page=2
I want the first page i.e. - http://www.abc.com/test.php to be accessible without login and when user clicks on page 2 - the login box pops up to login. I have sorted out the login process, but i just need to know the best possible way to make the first page accessible which is under the secure folder.