Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update session functions to use apex_session #184

Open
martindsouza opened this issue Apr 21, 2018 · 0 comments
Open

Update session functions to use apex_session #184

martindsouza opened this issue Apr 21, 2018 · 0 comments

Comments

@martindsouza
Copy link
Member

martindsouza commented Apr 21, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant