Configuration Guide Vol. 2


9.3.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.

Table 9-4: Required settings for the logout screen

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).

Figure 9-26: Example of the logout window (logout.html)

[Figure Data]

(3) Example of Logout Screen Display

The following figure shows an example of how the logout page appears to a user.

Figure 9-27: Logout screen (browser display example)

[Figure Data]