Versions Compared

Key

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

The preview variations have been renamed to animated for clarity. We have not seen any project using it, but if that is the case, rename your “previewBig” variations to “animatedBig” for example.

...

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 This mode is activated by default, with the sessionful plugin parameter.

Cookies

The cookie used to maintain the session is JSESSIONID.

The x-wedia-api-token cookie is not used anymore. The , x-wedia-api-token-so and x-wedia-api-token-tk cookies are maintained.

A new cookie x-wedia-api-token-app is implemented to allow the return to the application connection in case of user disconnection.

Session sharing between Backoffice and Portal

...

Normally, the server handles old cookies that may (especially x-wedia-api-token) interfere with the new system. There may be special unmanaged cases that require cleaning up the cookies in the browser.

...