RenewSession request message
- Last UpdatedSep 06, 2023
- 1 minute read
The following is an example of the structure of a RenewSession request.
<RenewSessionRequest xmlns="http://www.citect.com/Ampla/Security/2007/06">
<Session>
<SessionID>c23f2437-5b62-4219-a6c6-467c681968589</SessionID>
<Username> </>
</Session>
</RenewSessionRequest>
|
Parameter |
Description |
|---|---|
|
SessionID |
(Required) The SessionID parameter contains the session identifier returned from a previous call to the CreateSession web method. A SessionID that is invalid or has expired throws an error. |
|
Username |
The Username parameter is not currently implemented. It is reserved for future use. |