This is a simple authentication script written in PHP to be used in small websites without SQL database, using a simple text file to store the users and passwords.
FS#79 - No logout procedure documented.
Attached to Project:
Simple Text File Login script
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 20:17 GMT-5
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 20:17 GMT-5
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 20:17 GMT-5
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 20:17 GMT-5
|
DetailsWe didn't provide any clue about how to let the user logout.
The usual way is to call any page with a logout=1 URL parameter. Let's include an example in the index.php file and an explanation in the documentation. |
This task depends upon