Navigate between two applications in the same workspace without sing again

Hi all

Version 4.1.0.00.32 of apex. Oracle DB version 10.2.0.3.

I have two applications built in the same workspace, if a user can log on to two applications with the same user name and password. I'm looking to put a link on one of the applications to direct the user to the other app. Is there a way to avoid name of user and password to re-enter once the user clicks on the link? I noticed that the session ID is application + user. Not by the workspace + user.

Thank you
Sinan

Change the properties of authentication scheme in both applications and set the name of the Cookie to be the same.

As long as the session ID is maintained in the links, you'll be fine.

Each application will allow authentication in your applications, but only after the relevant authentication will trigger.

Scott

Tags: Database

Similar Questions

  • Two applications at the same time on the M200?

    On the Amazon website (and I'm sure elsewhere), it says on the M200:
    "With the optional Tablet Multi Dock station, you can connect an external keyboard and monitor allowing you to run different applications on screens separated at the same time."
    I've been reading my M200 and the multidock and it doesn't say how to do this. It seems strange when it's supposed to be something special you can do with the M200, he's not telling how you do! Could someone enlighten me please?
    Thank you very much

    Hello

    In my view, this means that the option of extended desktop.
    If the external monitor is plugged so that you can use this option to enlarge the display option. This option, you can activate with the key FN + F5 combination. If this option is enabled for example, you can open two widows of IE and one from this window, you can switch to the external display. In this case, you can use two applications at the same time

    Good bye

  • Delay between two operations in the same visa write buffer

    Hello

    I'm new to labview and have tried to find a way to introduce some delay in milliseconds between two operations in the same buffer of writing a block of single entry visa. Here's what I want it to be like:

    CURR: LEV 1.5

    wait about 50 ms

    CURR: LEV 2.0

    wait once again

    In fact, I must apply an alternating signal to a coil with a certain frequency through a source of supply of power e3631a Agilent. So if there is another alternative for her, so please let me know.

    Thank you

    Concerning

    Here are two approaches. First being the easiest, simply put a delay between written VISA. The second being a more robust because it allows you to develop a series of commands by simply adding the string array. You might forget the case of the loop if you don't mind the 50mS delay before e first command is sent.

  • Page of the copy from one application to another application in the same workspace

    Is it possible to copy a page from one application to another application in the same workspace?

    If so could you tell me how its done?

    Thanking you in advance.

    go to any page in your target application and click on 'Create' > 'new page as a copy '. The rest of the process is driven by the magician.

    Denes Kubicek

    -------------------------------------------------------------------

    http://deneskubicek.blogspot.com/

    http://www.Apress.com/9781430235125

    https://Apex.Oracle.com/pls/Apex/f?p=31517:1

    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494

    -------------------------------------------------------------------

  • Because between two keyframes with the same position, there is movement?

    Because between two keyframes with the same position, there is movement?

    This would be due to the influence or speed?

    Quick glance:

    1. image: 'x' is 384px

    Capturar.PNG

    2 image: 'x' is 387px

    Capturar_2.PNG

    3. picture: 'x' is 384px

    Capturar_3.PNG

    Keyframes to which I refer are selected in the middle.

    Photo.PNG

    There is a change in the balance between two key frames that are in the same position, without keyframes between them.

    FAQ: Why my layer (camera) moves backward between the keyframes value equal?

  • Button depends on the existence of another application in the same workspace.

    Hi all

    Is it possible to package a button on the existence of another application in the same workspace.
    What I'm trying to do, is to have a MAIN application and several other applications MODULE in the same workspace. Then a button on a form in the MAIN application which will redirect to a specific page in one applications MODULE. If there is no such thing as the application MODULE, which means not installed, then the button would be invisible.


    Concerning
    Hansen.

    PS. Is there a better way to implement the MODULES

    Hello
    >
    Is it possible to package a button on the existence of another application in the same workspace.
    What I'm trying to do, is to have a MAIN application and several other applications MODULE in the same workspace. Then a button on a form in the MAIN application which will redirect to a specific page in one applications MODULE. If there is no such thing as the application MODULE, which means not installed, then the button would be invisible.
    >
    Take at look at the view APEX_APPLICATIONS Apex. You can query this view to write your condition (Select returns at least one line) on the button.
    Something like

    Select 1 from APEX_APPLICATIONS where Application_id = 101
    

    See you soon,.

  • How to restrict access in EDITION of APEX Applications in the same workspace

    Hello

    I have a workspace that consist of several say application APPL1, APPL2, APPL3,... etc...
    This workspace has access to several... say developers Developer1, Developer 2, etc...

    How can we restrict access in EDITION of Applications for a particular user.

    for exp.

    Developer1 should be able to access/change only the APPL1 & the APPL2. He should not be able to modify APPL3.
    same way... * Developer 2 * should be able to access/change only APPL3. He should not have editing access to APPL1 & APPL2.


    Thank you
    Deepak

    Hello

    I think that's not possible. At least I don't have to see how it could be done.

    This is why there are work spaces. You must create a workspace clean to all applications for example.
    Then of course there was maybe still problem with the analysis of access privileges to the schema if for example all 3 applications use the same scheme of analysis.
    You must assign same pattern to all areas of work, and then all of the developers of the workspace that you can change database schema objects.

    BR, Jari

  • Crossing of multiple applications in the same workspace

    Hi all

    I have a question about moving between pages. I have a side navigation bar with all the applications that are in the workspace with the following query in a report region:
    declare
    begin
      return(
        'select t.application_name,
                t.application_id
           from apex_applications t
          order by t.application_name');
    end;
    And for the reports attribute, I have hidden application id and a link on my field of application name and the url is the following:
    f?p=#COL02#:1:&APP_SESSION.
    My problem is that I don't want to force the 1 page reference in the url as not all applications begin on page 1. However, when I removed the reference on page 1, the link may go directly to page 0 instead of an actual page.
    My next option may be to go in one of the views apex take page min to set the page number, but that sounds like a bad hack and I prefer to use something a little more elegant than that.

    Can someone point me in the right direction?

    Thanks in advance,
    Ivan

    Ivan,

    On this basis:

    f? p = COL02 #: 1 #: & APP_SESSION.

    However, when I removed the reference on page 1, the link may go directly to page 0 instead of an actual page.

    That the link attribute looks like then? I can't imagine how you could get to page 0.

    Anyway, try this:

    Select home_link in apex_applications

    Scott

  • Sharing files between two computers in the same House

    I have a PC running Windows XP and Microsoft Office 2003 and a laptop running Windows Vista and Microsoft Office 2007.   I would like to be able to use computers to update various files in Word and Excel, and then open the updates on computers.  Is this possible?  My PC is connected to my ISP cable and allows a router to my laptop computer access to the internet via my Wi - fi.

    Monday, March 12, 2012 03:11:48 + 0000, Liz Vrana wrote:

    I have a PC running Windows XP and Microsoft Office 2003 and a laptop running Windows Vista and Microsoft Office 2007.   I would like to be able to use computers to update various files in Word and Excel, and then open the updates on computers.  Is this possible?  My PC is connected to my ISP cable and allows a router to my laptop computer access to the internet via my Wi - fi.

    In another answer Ken_f suggest "a source online to centrally store the files. It's a way to do it, but not the only way.
    Using your router, you can set up a working group between the two
    computers (do a search on the web for info on how to do this) and share all
    files or the files anything you want to share. Personally, I prefer
    This method, since storing files online requires a certain
    security risk.

    Ken Blake, Microsoft MVP

  • Share pst file between two users using the same Windows 7 Comp.

    A Windows 7 computer with two user accounts how can I share the pst files & psb between users?

    DONMS wrote:
    > With a computer Windows 7 and two user accounts how can I share the pst & psb
    > files between users?

    Re-ask this question in a forum of Outlook to receive the best advice.

    --

    Bruce Chambers

    Help us help you:
    http://www.CatB.org/~ESR/FAQs/smart-questions.html

    http://support.Microsoft.com/default.aspx/KB/555375

    They who can give up liberty for a little temporary
    safety deserve neither liberty nor safety. ~ Benjamin Franklin

    A lot of people could die rather that thinking; in fact, most do. ~ Bertrand Russell

    The philosopher never killed the priests, while the priest was
    has killed a large number of philosophers.
    ~ Denis Diderot

  • Sharing files between two users on the same computer in W7

    I did the "shared" files, but they don't show up when the other user is on the computer. There is obviously something else must happen.

    Hi George Smiley.

    Follow the steps mentioned in the links below to share files, then check if that helps

     

    File sharing essentials

    http://Windows.Microsoft.com/en-us/Windows-Vista/file-sharing-essentials

    Share files with anyone

    http://Windows.Microsoft.com/en-us/Windows-Vista/share-files-with-someone

    Sharing files with the Public folder

    http://Windows.Microsoft.com/en-us/Windows-Vista/sharing-files-with-the-public-folder

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer
    ---------------------------------------------------------------------------------------------------------
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How to share files and images between two users on the same computer?

    I am running as admin on my computer and I made a separate user for my girlfriend, but I don't know how to make so that it can access the photos I have on my user of its user. I tried to just copy the files from my user him, but which seems to make another copy files. This will be inevitably a little space and so I would like to know if I could just have one, single, copying a file that we have access to our users.

    Also, should I make another user for myself and leave the administrator for emergency purposes? I read something on ot that need to use an administrator account for daily purposes, and it is safer just have on the contrary another user with administrator privileges.

    Make a folder on the drive, something like C:\Pictures and then right-click > properties > Security and make sure that the user has full control

    Yes to the creation of a normal user account and leaving the admin account for administrative purposes.

    I hope this helps.

  • can you put two drives in the same computer without much trouble

    need info off the coast of the old disk

    Hello

    Google this: "how to slave a second hard drive in a computer.

    http://www.WikiHow.com/add-an-extra-hard-drive

    http://www.WikiHow.com/configure-master-and-slave-in-BIOS-for-two-hard-drive-disk-in-a-single-system

    It is perhaps easier for you.

    Saving your files:

    You can remove the hard drive and put it in a hard drive USB enclosure > plug it into another computer > and try to read and copy your data in this way.

    Or, you can download Knoppix > make a bootdisk to > start your system with it (IF your material is all work) > and copy your data from the hard drive like that.

    http://Knoppix.NET/

    See you soon.

  • Is it possible to display two tabs at the same time without opening a new window?

    I would like to see a tab, while I am working in another. I can do that by opening one of the tabs in a new window and both windows on the screen of tiles. Is it possible to do so in a window?

    Just installed Split Panel and it seems to do exactly what I want.

    Thank you

  • Channels of communication between two applications?

    Hi Experts,

    Y at - it anyway (s) for two applications on the same device to talk to eachother? Something like a local socket communication?

    Thank you

    MoWriter

    Hi there did you look at this KB?

    http://supportforums.BlackBerry.com/T5/Java-development/communicating-with-other-applications/Ta-p/4...

Maybe you are looking for