views:

21

answers:

0

Hello!

I want to use APEX authentication in my web page. I have created some APEX application which has only 2 pages. First contains only login region, second page is redirected to another page (stored procedure in ORACLE - usage of embedded gateway) before it reaches the header (Apex Branch). How can I now check valid APEX session? I tried to use: *wwv_flow_custom_auth_std.is_session_valid*, *apex_custom_auth.get_session_id_from_cookie* and *apex_custom_auth.get_session_id* but it doesn't work. Any help? Please.