Tips
- PHP documentation: http://www.php.net/manual/fi/ref.session.php
- you must access files on the web server with PHP 4.04 for admin-Login-Only version 1.2, or have PHP 4.1.2 (or higher) available when using admin-Login-Only version 2.x or higher
- all protected pages must require the file called adminOnly.php at the top of each protected page
- you must enable cookies in your browser - cookies are automatically removed when the session ends
- your session will end when you close your browser
- 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 it
- contact us to add your tip here