9.2.2 Logout window (logout.html)
A client who has logged in using Web authentication uses this page to issue a logout request.
- <Structure of this section>
(1) Setting conditions
You must include the code listed in the following table when creating an HTML file to serve as the logout page.
Code |
Meaning |
---|---|
<form name="Logout" method="post" action="/cgi-bin/Logout.cgi"></form> |
Initiates a Web authentication logout process. Do not modify this code. |
<input type="submit" value="Logout" /> |
Sends the logout request to Web authentication. Do not modify this code. Place this code inside the <form></form> tags. |
- Notes
-
If the logout.html file contains a reference to another file, prefix the file name with a slash (/).
(Ex) < img src = "/ image_file.gif" >
(2) Setting example
The following figure shows an example of the source code for a logout page (logout.html).
|
(3) Example of Logout Screen Display
The following figure shows an example of how the logout page appears to a user.
|