One never really logged in. First off, one never actually "logs in" to any web page. Through the magic of basic cookies and session management it can appear that way but in fact, this is not the case. (with stateless connections, all web sites have this same caveat)
In GenieGate, logout generally means clearing session data related to the login process. It is not effective for standard HTTP based authentication (See: the section called “HTTP Authentication and Log outs” for important notes about this)
This form works with the GET method.
Table 6.4. Form variables for password change
| Form Variable | Label |
What it does |
||
|---|---|---|---|---|
| DO_LOGOUT | Control directive, only needed for index.php | |||
| LOCATION | Optional, url to be directed to. | |||
You may choose web/users/logout.php instead
if index.php, The form variable DO_LOGOUT is not required if you
do this.
It is recommended that you supply a LOCATION parameter, this should be a complete url to where you would like the user to be directed to after the logout.