Updated structures
massimportitem
...
The version 2021.4 introduces a new connection mode of the API in session mode. The surfer is no longer created at each invocation (this avoids the execution of surferservices at each invocation).
This mode is called sessionful.
Note |
---|
Caution: note that there is a sessionful mode implemented in the WXM_RESTAPI plugin, which is also in session, but with the x-wedia-api-token cookie which is enabled by the sessionFul and allowSessionFul parameters. This is not the mode we are talking about here, which is enabled by the jsessionidcookie parameter. |
Cookies
The cookie used to maintain the session is JSESSIONID. The x-wedia-api-token cookie is not used anymore.
...
The old modes are still supported. API Authentication & Connection Modes
Portal development in localhost
...