Log off a registered user.
Command structure
- http://host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path
Parameter values
- langId
- Sets or resets the preferred language for the remainder of the session; the supported languages for a store are found in the STORELANG table
- storeId
- The reference number of the store from which the customer is logging off
- URL
- The URL to be called when the command completes successfully
Example
This example logs a registered user off the system.
http://myhostname/webapp/wcs/stores/servlet/Logoff?storeId=1&langId=1
Behavior
- Clears the session information for the user.
- Calls the LogoffView task.
- When you logoff using this command, you logoff on a per-store basis, and not a per-site basis.
Exception Conditions
None.