Logoff URL

Log off a registered user.

 

URL structure

http:// host_name/path/

The fully qualified name of your WebSphere Commerce Server and the configuration path

 

Parameter values

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.

rememberMe

Determines whether the customer should be remembered.

 

Example

This example logs a registered user off the system.

http://myhostname/webapp/wcs/stores/servlet/Logoff?storeId=1

 

Behavior

Exception conditions

None.

 

Example

This example logs a registered user off the system, but their session will be persisted

http://myhostname/webapp/wcs/stores/servlet/Logoff?storeId=1&rememberMe=true

 

Behavior

Exception conditions

None.

Related concepts

Member subsystem
Persistent sessions (Remember Me)

Related reference

AdminResetPassword URL
Logon URL
ResetPassword URL
RunAsUserSetInSession URL
RestoreOriginalUserSetInSession URL
Member subsystem URLs
Shopping flow URLs