Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7570545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:27:10+00:00 2026-05-30T15:27:10+00:00

Ok so here is what is happening: I have a client that I am

  • 0

Ok so here is what is happening:

I have a client that I am building an application for. My client has a flowchart that they would like posted on the front page of their application. Check. My client then wants this flowchart to be set up as an image map so that a user could click one of the boxes in this flowchart and be taken to a report in another part of the application. Check.

All of that is elementary and, in a technical sense, works. The issue is, and it is an issue I have encountered before with APEX, is that every time a user clicks one of these links it takes them to the login screen. It seems that linking directly to a page’s URL breaks the session and requires you to login again, even if you are linking from one page in the application to another in the same application.

I have played with all of the authentication settings in a hopes of fixing this and tried to determine what is breaking the session exactly but with no luck.

Has anyone else had this problem and could share their method for fixing it? I really cant have users logging in every time they click a link and I also cannot simply remove the authentication on the pages. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T15:27:11+00:00Added an answer on May 30, 2026 at 3:27 pm

    You should pass on the session id in your links. If you don’t, then apex will see this as a new session. You can tell from the url: take note of the session id in your url when you are on your image map. When you select an application, take another look at the session id part in the url. If they are different, then you are starting a new session each time.

    /apex/f?p=190:90:1674713700462259:::::
    
    • 190 -> application id
    • 90 -> page id
    • 1674713700462259 -> Session id

    To pass on the session, it depends where you construct your links.
    In PLSQL, you can find it through :SESSION or :APP_SESSION

    For example, in a plsql dynamic region: htp.p('the session id is '||:SESSION);

    In javascript code you can use $v("pInstance") to retrieve the value dynamically, or use &APP_SESSION. which will have the value substituted at runtime.
    Small example:

    function printsome(){
    var d = $("<div></div>");
    d.text('&APP_SESSION. = ' + $v("pInstance"));
    $("body").append(d);
    };
    

    So you probably just need to alter the construction of your link somewhat to include the session!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a specific case here in which I would like some security advice.
I have an iPhone app that is a client for an existing server application.
I've got a small client/server test application where I have a Flex app that
I'm trying to understand what's happening here: I have a supervisor that is cyclically
I have a RadGrid in my application and whats happening is that if the
CSS newbie here. Strange thing is happening, I have gaps between links, and I
I have what appears to be a corrupt index? Here is what is happening.
This is a bit of an odd situation. Here's what's happening. So, we have
I don't understand what's happening here. If someone could explain, I would appreciate it.
I can't capture what is happening here. My global.asax file has nothing exotic in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.