Page 1 of 1

php and security

Posted: Tue Aug 19, 2003 5:33 am
by devork
Is there any other way to secure pages other than checking session validation method (to check at the start whether the session variables is registered or not ....)

Posted: Tue Aug 19, 2003 6:28 am
by twigletmac
Which webserver are you using? They each offer various methods of protecting folders or files.

Mac

Posted: Wed Aug 20, 2003 6:17 am
by devork
I am using Apache 2.. on linux box

Posted: Wed Aug 20, 2003 6:45 am
by will
apache allows you to secure an entire directly using .htaccess files

find more here - http://httpd.apache.org/docs-2.0/howto/auth.html