You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in 18.1 apex_session is a supported way to create and/or join (attach) a session. In our code detect if we're in 18.1. If so then use apex_session instead of our custom code.
@commi235 suggested using undocumented compilation variables which will simplify things
Ex:
$if wwv_flow_api.c_current>=20160824
$then
The text was updated successfully, but these errors were encountered:
in 18.1
apex_session
is a supported way to create and/or join (attach) a session. In our code detect if we're in 18.1. If so then useapex_session
instead of our custom code.@commi235 suggested using undocumented compilation variables which will simplify things
Ex:
The text was updated successfully, but these errors were encountered: