Configuring SODA endpoint security for a WSS 681
Nortel WLAN—Security Switch 2300 Series Configuration Guide

Specifying a SODA agent logout page

When a client closes the SODA virtual desktop, the client is automatically disconnected from the network. You can
optionally specify a page that is loaded when the client logs out of the network. To do this, use the following command:
set service-profile name soda logout-page page
To reset the logout page to the default value, use the following command:
clear service-profile name soda logout-page
The page refers to a file on the WSS.
You must also enable the HTTPS server on the WSS, so that clients can log out of the network and access the logout
page using HTTPS. To do this, use the following command:
set ip https server enable
The client can request the logout page at any time, to ensure that the client’s session has been terminated. You can add
the IP address of the WSS to the DNS server as a well-known name, and you can advertise the URL of the page to users
as a logout page.
For example, the following command specifies logout.html, which is a file in the root directory on the WSS, as the page
to load when a client closes the SODA virtual desktop:
WSS# set service-profile sp1 soda logout-page logout.html
success: change accepted.
The following command specifies logout.html, in the soda-files directory on the WSS, as the page to load when a client
closes the SODA virtual desktop:
WSS# set service-profile sp1 soda logout-page soda-files/logout.html
success: change accepted.