OCI-41464
Transparent Application Continuity could not restore the original session.
Cause
Replay was disabled because the original session state could not be restored. At begin request, these are the possible scenarios when the state cannot be restored: (1) RESET_STATE is set to NONE (2) Session state is set outside of request boundaries such as a label callback and RESET_STATE is in use.
Action
Possible solutions: (1) Consider enabling RESET_STATE on your service. (2) If the label callback is used, consider if it is needed.