Main
Online Example
Help
How to add a logout function?
The password protection use "session cookie" to store user and password info in the current session. You can add a logout link or button to log out the current login user.
Below is the source code of a "logout" link:
Log out