Tips
Tips, tips, tips
- all protected pages must require admin_only.php at the top of each page
- cookies must be enabled in your browser - cookies are automatically removed when the session ends. Your session will end when you close your browser
- for best security your server should run a recent PHP version
|
 |
Notes
- keep in mind your password is sent "in the clear". A network sniffer can intercept your unencrypted password
- if your server allows it, connect to admin.php using a secure https:// connection. The small overhead in time delay is well worth the resulting encrypted safety
- you must run PHP 4.1.2 (or higher) when using admin-login-only version 3.x or higher
- PHP documentation: http://php.net/manual/en/features.sessions.php
|