Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to get session id

r12appsuserMar 25 2014 — edited Mar 26 2014

I created an URL link in my report so I can open a popup page which opens another APEX page in same application

Here I am trying to create URL using a href= option not using the Link option on the column definition. The Link option on Column definition works fine but for this I need to dedicate a column which we cannot do.

I need to populate the third parameter 15337503334554  which looks like it is a session Id of some sort which generates every time page is refreshed. How can I achieve this?

example in my select I have this:

<a href="javascript:popupURL(''f?p=301:9:<PUT_ID_HERE>:P9_EMP_ID:2222222'')">LINK</a>'

f?p=301:9:15337503334554::NO::P9_EMP_ID:2222222

If I keep this value blank then the page hangs. I need to get this value on the runtime. please help..

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2014
Added on Mar 25 2014
4 comments
2,866 views