ColdFusion server script in multiple browser tabs

When I run the ColdFusion server example in multiple browsers I am unable to grab sessions in each tab other then the first.  See screen shot for error message.  However if I disable cookies then I can run as many tabs as I want.  Can anyone tell me if there is a work around for this?  It has to do with the http call that is made in account manager initializes.  In all other tabs except the first one when the http call is made it returns with an unexpected result, with the tag "meeting-info" in the result.
Any help is appreciated.
-chris    

I have just tried and I am not seeing the problem you are having.
Anyway, the symptoms you are describing let me think you are doing something with session cookies.
Any web application that uses session cookies would show those "symptoms": you login to FaceBook,GMail,YahooMail, etc. from one browser and then open another tab or window and access the same site you'll see you are automatically "already logged in" as the original users.
Call this a bug or a feature, but this is how browsers works. This still doesn't explain how you are having a problem with server-side calls when you open multiple tabs, unless you are storing the accountManager object in the session (that is ok, if you want to save on server-to-server calls).
But even if that is what you are doing, I still don't understand what your real problem is. Assuming you are trying to run multiple rooms under the same account, the first request to the AFCS server will ask to authenticate and all the others will be already authenticated. And this is working as expected.

Similar Messages

  • UIShell Dynamic tabs vs multiple Browser tabs ?

    Hi all,
    Can someone explain what is exactly benefits we have by using dynamic tabs, compare to multiple browser tabs ?
    Can anyone give an example of the problems encountered when using multiple browser tabs ?

    ADF does support multiple browser tabs but you must design your application carefully. See: http://one-size-doesnt-fit-all.blogspot.com.au/2011/10/pageflowscope-with-unbounded-task-flows.html
    As for the UIShell vs multi browser tabs, it's a UI design question. Once upon a time Mozilla Thunderbird used to open emails in separate windows (= multi browser tabs) and now uses inline tabs (= UI Shell). Which is the right way? Neither, depends on your user requirements.
    CM.

  • Unexpected behaviour when working with multiple browser tabs

    Hi
    I have an Apex 3.0 app here where the users can click on a country and get a report for that country.
    What one of my creative users was doing was right-clicking on the country links and opening them in a new tab. So he ended with 10 tabs, one for each country, in the same browser window.
    Then he went to the first tab and tried to save the report as CSV (clicking on that default link that is automatically generated by apex) and he got the wrong data... The data he got was for the country he opened last; I guess this is because that export link uses the current session variables values, not the values corresponding to the page where the link is displayed on (am I correct?)
    Any workarounds for this (except for not using tabs)?
    Thanks
    Luis

    Hi Luis,
    I've seen this too, yes... I've also warned for this in my APEX presentation at Collab. (using Application Items to store specific session variables)
    I suppose it's the browsers behaviour. I also wonder if there's something you can do and works at all times. Maybe SSP (Session State Protection) will help you? (as the url will be different)
    Dimitri

  • MBP crashing when multiple browser tabs stay open for too long

    Hello all,
    I have a tendency to open quite a few tabs in chrome and since I don't always have time to read all of them, they stay open for a few days. It seems like after a few days without any reboot and all those tabs open, my MBP becomes unresponsive and then starts crashing... the graphic rendering becomes all confused and unusable. I always have to reboot by hard pressing the power button.
    Any insight on the causes and solution to that issue ?
    Here's a screenshot of the screen when computer starts crashing.

    Please try updating to the most recent version of Firefox.
    How much RAM is on your computer?<br>
    How much open space?
    Please monitor your computer's CPU percentages while using Firefox with these open tabs.
    Please report back soon.

  • Multiple Browser Tabs(windows)

    Using ContentType = 'application/vnd.adobe.xdp+xml' to retrieve data to populate a livecycle pdf form triggers an additional browser window.
    What steps can I take to have the browser open the pdf in the same window.
    'text.xml' displays in the same window.
    Same behavior in firefox, ie7 with Acrobat or Reader on Vista, XP & 2000.

    Hmmmm..... Nevermind. Found the issue already ....
    Left the underscore out. It should be '_blank'. Not 'blank'.
    Just leaving the message, might I not be the only one having this issue.
    Thx!

  • SWF does not appear when returning to browser tab

    I got an odd bug report on a web app we are developing.
    The swf appears fine for the most part, but is the user has multiple browser tabs open, moves to a differnt tab and then returns to the tab with the swf, the swf does not appear until the mouse scrolls over the swf.
    At first glance it would look like the swf is not being redrawn until the user intereacts with it (we are doing a good amount of mosue polling).  It it as if to save memory the browser stops displaying the image, and does not redeisplay until we explicitly redraw the stage. 
    Has anyone run into a similar situyation?  I am not sure where to start with this.
    Some potentially relevant apsects of the swf:
    Most of the objects on the stage have chachAsBitmap set to true and we are applying a gradient mask to most of the stage, so there is a good amount of processing going on and I know thishas caused some other redraw oddities. 
    The frame rate is set to a very slow 4fps, and movie is controlled from a timmer.
    Any leads would be appreciated.
    The tester reporting this was using Chrome 9.0.597.107 and Flash player 11.3.300.26

    Thank you very much! I was not aware of the ThrottleEvent, I'll try forcing a redraw when I recieve it. 
    Reading the documentation, it says the frame rate drops typically to between 2 and 8 fps.  If I am running at 4 fps, with the swf still throttle down and back up?  After reading this document http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36cfb8137124318eebc6-8000.html  I assume yes, but do you know if that is the case.
    Hopefully the client will let me up the minimum player version to 11.2
    Thanks again

  • If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    How are you closing the window?
    Are you using the File menu or the close X on the title bar?
    Use Alt + F to open the File menu with the Close Tab entry visible (doesn't work with the mouse).

  • Where can I find the Script Browser tab?

    I need to use the Script Browser function of Dir. 11.5.9. I am instructed to click Window, Script.  Then select the Script Browser tab.  But when I open the Script Window, I do not find a Script Browser tab. Can someone assist me?
    Thanks.
    Dewey

    Perhaps it's collapsed against the left hand side of your script window - can you drag it open from there?

  • How to call BS Browser Script from Server Script

    I have a req. where a confirmation message need to be displayed to the user from Server Script.
    I have followed the steps described in bookshelf http://download.oracle.com/docs/cd/E05553_01/books/CommSrvAdm/CommSrvAdm_AdvConfig40.html
    and the same is not working. I am invoking the BS from Applet Server script.
    Please let me know if the above steps can be used in our context as it is not at all related to CTI.
    For the above config I have selected one of the existing Profiles in our system and am not sure about the role played by the same.
    Thanks in advance.

    You create a Business Service, then deploy the BS as described in the bookshelf and finally call it through Browser Scripts.
    You can't interact with the browser session from the server the way you describe your requirement.

  • Browser Script or Server Script run first

    Hi,
    As the tittle above may I know the priorty that siebel would run first ? Browser script or server script first ? Its important for me as my own thumb of rule.
    Cheers.
    Edited by: 928756 on Jun 19, 2012 3:50 AM

    Hi,
    The browser scripts are executed before server scripts!
    for more info & details:
    http://docs.oracle.com/cd/E05553_01/books/PlanUpgdSiebel7/PlanUpgdSiebel7_chapter18.html
    ;-)

  • How to show cfm, html, js, css, and browser tab in coldfusion builder 3?

    On Coldfusion Builder 2, I see these tabs are available when I create a new page, but not on Coldfusion Builder 3.
    What should I do to show them on CFB 3?

    Builder 3 does not seem to offer those sub-tabs in its toolbar, but if you open each of those kinds of files, you’ll find that the top toolbar (where they appeared) shows many of the same icons for each of those type of files as was previously listed in those sub-tabs.
    I realize that isn’t as helpful if you are opening a single CFM or HTML file which happens to have also HTML, CSS, and JS code in it. You won’t see the icons for that other kind of code, even when you move to such code.
    FWIW, note that CFB 1 and 2 had previously relied upon an underlying 3rd party tool called Aptana, for most such  HTML, CSS, and JS-specific functionality. In CFB3 that product was dropped and the CFB team tried to recreate much of its functionality. This (the tabs for other code within a single file extension) may be  something they didn’t think was used often, or maybe there was a challenge in doing so.
    Even so, do note also that there is still support for CSS and JS (and HTML) within a CFM page, in terms of CFB’s features like code completion, code assist, outline view, etc.
    Still, I realize that some of the “wrap”-oriented tools in that old toolbar aren’t accessible any other way, so you may want to file a feature request (or bug report, however you may want to cast it) at bugbase.adobe.com.
    Hope that’s helpful.
    /charlie

  • Open Bytearray in new browser tab??

    hi
    I get the content of a file from the database and I want to open the content in an new browser tab.
    The content will be send to the frontend as bytearray.
    What kind of formats could be shown in a browser tab (e.g.: DOC, PDF, EXCEL)?
    is it possible to open a new browser tap to show a bytearray file? How??
    I just found only the possibility to open a pdf with e.g. a coldfusion script.
    I don't use a coldfusion server or something like that.
    How could I do this in PHP. I never used PHP.
    thanks for any advice

    Try this technique in a managed bean method that is invoked by your <af:commandLink>:
    // Invoke your PL/SQL procedure
    // Open the APEX site in a separate browser window
    String apexUrl = ...;
    ExtendedRenderKitService erks = Service.getRenderKitService(ctx, ExtendedRenderKitService.class);  
    String script = "window.open('" + apexUrl + "', '', 'location=0, status=0, resizable=1, scrollbars=0');";
    erks.addScript(FacesContext.getCurrentInstance(), script);Dimitar

  • ColdFusion Server Settings box is blank

    I finally got my copy of CFBuilder 2, and I've been trying to get it set up for my projects.  When editing code, I have a "Firefox" and "IE" tab at the bottom of the editor window, but when I click on either one (or if I click on the green "Run" button in the toolbar), I get the following message:
    Server is not configured with the project.
    Along with instructions about how to configure the server settings.  However, when I do (project->properties->ColdFusion Server Settings), that box is completely blank, other than the "Restore Defaults" and "Apply" buttons.
    What gives?

    Ok, somehow I managed to figure it out.  I ended up with a double "http://" in the server path, so I nuked it and started over.
    Now my problem is a 404 when I preview in my browser.
    I have CF8 installed locally, running on localhost:8500.  I have C:/ColdFusion8/wwwroot/ as my local path, and folders for each project under that (example: planning).
    I'm assuming since my project path is C:/ColdFusion8/wwwroot/planning/ and my "Sample URL" is http://localhost:8500/planning/ that previewing the index.cfm file in that folder should give me the proper URL.  But I get a "File not found" error.
    I can browse to the file in Firefox and view it fine, so I suspect a pathing problem.

  • How to disable Refresh,Reload in browser and user should not allow to multiple browser sessions ?

    Dear All,
    How to disable Refresh,Reload in browser and end user should not allow to multiple browser sessions in portal.Where we need to configure the settings or any code in masthead or any other component. My server version is 7.4 - SP5 .Please help us.
    Thanks for advance,
    BR,
    Durga Rao.

    Dear all,
    i am able to logoff the click refresh button on keyboard.I am using this code to log off the user into the portal.
    document.onkeydown = function(e)
      var key;
      if (window.event) key = event.keyCode
      else
      var unicode = e.keyCode ? e.keyCode : e.charCode
      key = unicode
      switch (key)
      { //event.keyCode
      case 116: //F5 button
        LSAPI.sessionPlugin.logoff();
      event.returnValue = false;
      key = 0; //event.keyCode = 0;
      return false;
      case 82: //R button
      if (event.ctrlKey)
    LSAPI.sessionPlugin.logoff();
      event.returnValue = false;
      key = 0; //event.keyCode = 0;
      return false;
      case 91: // ctrl + R Button
    LSAPI.sessionPlugin.logoff();
      event.returnValue= false;
      key=0;
      return false;
    Thanks.
    But i am unable to control the multiple windows opening the browser.So any one can tell me the how to block the new window and new tab/duplicate tab option.
    BR,
    Durga Rao.

  • With the new update: I click on .pdf to download and multiple new tabs open w/o downloading .pdf file

    Every time I click to download a .pdf file for a study on the following site
    http://www.regionschristiancenter.org/the-rabbis-son/rabbis-son-study-archives/archives-dvarim-deuteronomy/
    Firefox opens multiple new tabs and does not stop doing so until I close the browser and even then it opens up on its own and continues to open multiple new tabs. If I do not get to it quickly enough, I may have to do this more than twice.
    I have tried downloading a study on Internet Explorer and do not have this issue. There is also a Microsoft Word option that works on Firefox but it's the .pdf that is the problem.
    I have not attempted to download any other .pdf files from other sites so I do not know if it is a problem with all .pdf files. But as stated above, it is not an issue with .pdf on IE.

    Could you check your PDF viewer preference and try changing it to a different viewer to see whether that helps? This article describes how to access that setting: [[How to disable the built-in PDF viewer and use another viewer]].
    Unfortunately, the settings file that stores those application handling preferences sometimes contains crossed up settings or settings which Firefox cannot actually implement. In that case, you generally need to rename or remove that file and let Firefox rebuild it. The steps for that are in this article: [[Firefox repeatedly opens empty tabs or windows after you click on a link]] -- skip to the section "Reset actions for all content types".

Maybe you are looking for

  • Portege Z930 - Display Driver doesn't work correctly

    Hello, we have a Portege Z930 with Windows 7 64 bit in use where the Intel Display Driver seem to work incorrectly. First problem is the slow presentation on display - if we open a picture (simple JPG) and move the window, the window frame will break

  • Error "file is not a resource file" after updating to LV2010

    Hello everybody, my problem is that I can't call a c++ dll after updating to LV2010 and Visual Studio 2010. The DLL is written in Visual Studio 2008 and worked perfectly. Now I compiled the dll again because add some new functionality. In the develop

  • Need to have a way of confiming all tcodes have made it into AC RAR 5.3

    Hi All, There doesn't appear to be any report features inside RAR to dump a listing of tcodes in the rule set, apparently we can only report at the functions/risk level. I need to sanity check to compare what tcodes are in R3 and see if they are miss

  • Trace File - Procedure

    Hello All, I want to find the depth analysis of the calls in the procedure. How can i achieve it through trace?? Plz let me know the steps for finding trace file in a procedure... I have just run the code in SQLPLUS... ALTER SESSION SET sql_trace = T

  • Problem with composite PK

    Hi, I mapped two tables(A,B) by using the toplink, the relation between them is one to many, and A table is having the composite primary key. Java class of A table is having a method which returs the Vector(which holds the many rows of B tbale). I is