Skip to main content
12-Amethyst
September 20, 2023
Solved

SetGlobalSessionInfoTableValue is going to be deprecated, it that all?

  • September 20, 2023
  • 1 reply
  • 999 views

so the Whats new page of 9.4.0 states this:

Platform
There is a known issue with API SetGlobalSessionInfoTableValue, where the infotable value is not stored correctly. This API will be deprecated and removed in a future release; issue will not be fixed.
Update your applications appropriately.

 

Can i get some more clarification about this: "This API will be deprecated and removed in a future release"?

 

Will only function SetGlobalSessionInfoTableValue be removed or will there be more changes to the sessions?

 

side note:

The javadoc doesn't show it as deprecated.

Best answer by wcui

SetGlobalSessionInfoTableValue will be removed in future release, no additional change.

You can still user other serivce such as SetGlobalSessionBooleanValue to update session data.

1 reply

wcui16-PearlAnswer
16-Pearl
September 26, 2023

SetGlobalSessionInfoTableValue will be removed in future release, no additional change.

You can still user other serivce such as SetGlobalSessionBooleanValue to update session data.