Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Updated structures

...

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.

...

The old modes are still supported. API Authentication & Connection Modes

WXM_RESTAPI_SESSION

The WXM_RESTAPI_SESSION plugin has been put on some environments to force a session connection. It is no longer needed in sessionful mode. The connection being already in session, it will be without effect to invoke its service /api/rest/session/signin. However, it is better not to use this workaround anymore.

Portal development in localhost

...