RestoreOriginalUserSetInSession URL

This URL resets the session for subsequent commands so they revert back to the original administrator user ID after an administrator has established the runAsUser value in the session by running the RunAsUserSetInSession command.

 

URL structure

http:// host_name/path/

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

 

Parameter values

langId

The preferred language for the duration of the session; the supported languages for a store are found in the STORELANG table.

URL

The URL to be called when the command completes successfully. The default value is RestoreOriginalUserSetInSessionView.

storeId

The reference number of the store.

 

Example 1

To revert back to the administrator's original user ID, the administrator runs the RestoreOriginalUserSetInSession URL. Upon successfully running this URL, the default view RestoreOriginalUserSetInSessionView is called. https:// myhostname/webapp/wcs/stores/servlet/RestoreOriginalUserSetInSession

 

Example 2

Upon successfully running this URL, the specified URL (UserAccountView) is called. https:// myhostname/webapp/wcs/stores/servlet/RestoreOriginalUserSetInSession?URL=UserAccountView

 

Behavior

Exception conditions

Related reference

AdminResetPassword URL
Logoff URL
Logon URL
ResetPassword URL
RunAsUserSetInSession URL