Pipelet LogoutCustomer
Pipelet LogoutCustomer
Logs out the customer currently logged into the storefront. The optional Boolean value "RememberMe" indicates, if the customer would like to be remembered on the current browser. If a value of "true" is supplied, the customer authentication state is set to "not logged in" and additionally the following session data is removed: the customer session private data, the form status data, dictionary information of interaction continue nodes, basket reference information, the secure token cookie. If the value is set to "false", the complete session dictionary is cleaned up. The customer and anonymous cookie are removed and a new session cookie is set. The default value of this property is "false", if no value is provided.
Group:
Customer
Input Parameters
RememberMe  :  Boolean (Optional)
Optional Boolean value indicating if the customer wants to be remembered on the current browser. If a value of "true" is supplied, the customer authentication state is set to "not logged in" and additionally the following session data is removed: the customer session private data, the form status data, dictionary information of interaction continue nodes, basket reference information, the secure token cookie. If the value is set to "false", the complete session dictionary is cleaned up. The customer and anonymous cookie are removed and a new session cookie is set. The default value of this property is "false", if no value is provided.