Lost session after window.open

I'm running two web applications in different WebLogic server instances
(port no 7001 & 7003).
When A.jsp (in 7001) executes a script window.open('B.jsp') (in 7003), the
session associated 7001
loses its data. Has anyone meet this problem ??? I use WLS 8.1 sp2.
Thank you.
Joseph Lee

You would be better of looking at an explorer news group for this answer.
This is because session information is stored in a cookie that is handed to weblogic by the browser, weblogic does not give a shit who's talking to it as long as a valid session is returned.
So it sounds like the browser is not doing its job of associating the new window with the same session but thinks it is a brand new window (just like "file new"), there is probably another javascipt command you should be using, other than this one.

Similar Messages

  • How to reinstall APISupport.dll error detected after windows open

    I am getting error message after windows open that TB\APISupport\APISupport.dll application could not be found. How shall I remove this error.Regards

    Hi @raghavraj ,
    Welcome to the HP Support Forums! I did some research into that error message and it appears as if it is a virus or malware. I would recommend that you run your anti-virus and anti-malware software to fix this issue.  It appears to be related to a Conduit search program or add-on.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Can I restore a previous session after I open a new page and close it again afterwards?

    I recently lost all of my opened tabs and windows. I had 7 pages open with multiple tabs in each window. Windows did an update and shut down my computer without me realizing. When I went on to my computer, without thinking I opened a new window and didn't restore the session, not realizing it wasn't there anymore. Then my computer shut down unexpectedly. Now when I go on the computer, it won't show my previous browsing session. The restore previous session is grayed out, and now that I opened another window to try to figure it out, there is nothing to restore. Is there any way to get a browsing session back from the past? Not the most previous browsing session, but a browsing session from 2 before that??? I am devastated because of all the research I've done in the past 6 months is gone. It will be so hard to figure it all out by searching through my history since it was 6 months of browsing. Not to mention too time consuming to do it that way since there were a few hundred tabs that I lost! Please help me!! I keep thinking that there has to be a way...It's really stressing me out and I just can't accept that it is all gone! I'm not an expert on computers, so I hope to get an explanation that I understand...I would be so grateful if someone can help me!! Thanks!!

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Problem with Sessions and window.open

    Hi,
    Hi everyone,
    Help Please!!!
    I am working with Sevlet session objects and HTML forms and windows. I have an HTML form for the user to supply a username and password. Once the user clicks submit I need to open another browser window that has no toolbar, no location, no status bar, etc. The user should also be able to go back to that login screen and login again and open a 2nd, 3rd, etc. instance of the application. My problem is that each application is being asigned the same sessionId. I believe it is being asigned to the main login window and thus to the other child windows it opens. Is there a way to work around this? Do I need to make the user open another browser window to login? I need to be able to let the user open multiple instances of the application with unique session ids for each.
    Any insight is GREATLY appreciated on this topic. Anything you can tell me about sessions (Java), IE, window.open would help greatly!
    THANK YOU IN ADVANCE!!!
    MA

    To achieve this, you must introduce another level of
    abstraction to the Servlet specifications. When you
    work with JSP/Servlets you use mostly the HttpSession
    to handle user related tasks, and the aplication
    context, for things that are common to all users. But
    inside the HttpSession scope, you want to create
    containers that have 'smaller' scope and are uniquely
    identified.
    A ipothetical scenario :Let's say that you must have
    multiple connections to several databases, on each
    database user rights beeing diferrent, and you must be
    able to track user actions globaly, and eventualy
    capture a 'Close Application event' and close all db.
    connections.
    1. when the user first accesses the login frame create
    the HttpSession. In the HttpSession object, store a
    Hastable (let's call it 'ConnectionTable'). Each
    object in the Hashtable must identify uniqely a
    database connection. Now, to create unique identifiers
    ids, make the keys in the hashtable java.lang.Long
    objects, created using System.getCurrentTimeMillis().
    This guaranties there will be no possible confusion.
    From each new open window, on each request to the
    server, along with the usefull parameters, send the
    connection identifier. When proccessing the request,
    select the object from the Hastable wich corresponds
    to the ID.
    2. Now, the values in the ConnectionTable, must act as
    the containers that I mentioned in the first
    paragraph. The simplest way to do this is to have
    again a Hashtable derived class to do the job, wich
    exploses methods similar to HttpSession: setAttibute (
    Object key, Object value) and getAttibute ( Object
    key, Object value). This container may use internally
    a Hashtable to store object, and explose only the
    getAttribute and setAttribute methods for clarity. Any
    way, this is a problem of implementation. Let's call
    this class CustomSession.
    Now, a textual activity diagram:
    1 user accesses the main page, you start a new
    HttpSession; In the HttpSession object, store the
    ConnectionTable object.
    2. the user enters the userID and pwd and adatabase
    name, and a new window is opened. Let's supose the
    data entered is valid.
    3. when you process the login data, you create a new
    CustomSession object. you put in it whatever you would
    put in your HttpSession. You generate a unique
    identifier using System.CurrentTimeMillis(). Put the
    CustomSession object in the ConnectionTable, using the
    generated id as key. Send the response.
    ..... later on .....
    100. the user asks for a particular action to be
    performed - e.g. a row deletion. The page contains a
    form with text field where the user introduces the
    row number, a submit button and a hidden input with
    the ID.
    101. you process the data. Get the ID from the request
    object, get the ConnectionTable from the session, get
    the CustomSession using the ID as key, do whatever
    your logic was doing, but obtaining the objects from
    the CustomSession instead of HttpSession
    NicNic,
    Very slick idea. I think that it could work and it seems that there would be not security issues because the id that you would store on the client side is the Unique Identifier and not the actual Session Id. Do you forsee any security issues for this implementation?

  • PageFlow Context lost when Popup window opens

    I have a page flow that has a particular object with values set when the page first
    loads. I am calling a control using javascript onClick on a netui:anchor from
    one of the jsp's in the page flow. When the control calls my method in the page
    flow the same object is always null. Moreover since netui:anchor always needs
    atleast one of an action/href etc I tried to use a simple <a href tag with onClick="mymethod()"
    where mymethod loads a popup window.
    Whenever the popup window tries to load the main page(parent page which has the
    link) is always reposted. I don't understand why a onClick popup reposts the
    parent window.
    All I want to do is to call a control which loads an object using javascript onClick
    from a link on the parent window which opens a popup window with the contents
    of the object in the control.
    Please help soon. My work is held up. Thanks

    Try:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Lost sessions after upgrading from CF8 to CF10

    We have an internal page that we use to control things on our website.  It's sort of like a home-brewed CMS, but it doesn't hold actual content.  It just stores details about the pages (page title, contact person, date created, etc) and allows us to show newly added items on a "what's new" page.
    To get into the thing, I have a list of authorized users in a database.  I compare this list to a function that the server gives us called GetAuthUser()
    I basically do a query to find that username in the database and pull out the associated rights, then assign them to session variables.  This worked perfectly in CF8, but not in CF10.
    Here's the code that worked before:
    <cffunction name="onSessionStart">
        <cfquery name="session.userdata" datasource="mydsn">
        SELECT usernm, user_email, admin
        FROM users
        WHERE usernm = '#listlast(GetAuthUser(),"\")#'
        </cfquery>
        <cfif session.userdata.recordcount eq 0>
            <cflocation url="noaccess.html" addtoken="no">
        <cfelse>
            <cfset session.rights = session.userdata.admin>
            <cfset session.email = session.userdata.user_email>
        </cfif>
    </cffunction>
    Any ideas why it blows up in CF10?  I get the dreaded "Element RIGHTS is undefined in SESSION." deal.

    It's been a while since I tried to browse directories on another system.  I think CFFTP might be able to do it.
    YUP!!  As long as the credentials are good, you can use CFFTP to browse directories on another machine.
    Adobe ColdFusion 9 * cfftp: Connection: file and directory operations

  • Lenovo miix 3 lost recovery after windows 10 upgrade ?

    I did upgrade with media creation tool, i select "keep nothing", now I have clean activated windows 10. In my disk managment a have c: drive, two small partitions,and also have recovery partition about 5gb size, but when I try to select widnows recovery from tablet boot options, I got a error , "Your PC needs to be repaired A required device isn't connected or can't be accessed. Error code: 0xc0000225" Is that win 8.1 recovery partition or windows 10?

    hyI have issue with my recorvery partition. I accidently deleted all,and I didnt have backup of them. So I would like ask, could you share with me this image,what are you have for backup please?thank you for reply. (if you like, please conctact me in privat)

  • Can't turn on pen and touch after windows 10 update

    Recently updated my HP TouchSmart 320 1030 to Windows 10. Pen and touch isn't working.  It does on the log on screen ONLY after the computer  turns on, but not after Windows opens!  I opened pen and touch in the control panel, it doesn't allow me to even select  "Touch Action" to change any settings, only "Double-tap" and "Press and Hold".  I went to "Tablet PC Settings" to "Calibrate the screen for pen and touch input", and attempted to "Setup" under CONFIGURE and "Calibrate" under DISPLAY, and in both cases nothing happened when I touched the screen.   Basicaly once i'm logged on to Windows NOTHING touchscreen works. I know the touchscreen WORKS (since it works famously at the LOGIN SCREEN), but something with the software once Windows 10 opens?  Please help.I did have pen and touch turned off when I was running Windows 7 and then I updated to windows 10 (maybe something to do with it?). Confused.I don't believe it's the updates fault I'm just frustrated it's not letting me turn it on or anything.

    Welcome to the discussion area, Adrian!
    It's unfortunate and confusing that Apple uses the same name for an internal wireless card on a Mac and a wireless router.
    We answer questions on this forum about this AirPort Extreme.
    You'll probably get a much faster and more informed response if you also post in the iMac Forum

  • Session lost (IE5 & IE6) when opening popup window.

    Ok, I've been struggling with this problems for days and spent countless hours with google without finding any decent solutions.
    I'm building a ecommerce site and if the user want to see additional information + pictures from a product, he/she can open a popup window that also has "add to cart"-submit field.
    UserID and some other necessary data is kept in sessions but IE5 / IE6 seems to loose these in this new window when opening it via javascript (popup).
    If I have understood right, the session is lost because IE considers the new window as a new task and therefore it is out of the "session scope".
    Ok, one might say that using encodeUrl()-method should fix this problem, but no it doesn't. encodeURL()-method writes the session to URL only when user has disabled the cookies and in my situation it's not the case.
    Has anyone here been struggling with the problem above ? I've been considering if I encode the UserID and other information manually to the URL and decode it back in the popup, but that brings n+1 security issues to my mind and doesn't really sound like a decent solution.
    Thanks in advance,
    - Roni
    p.s: Sorry about my crappy english.

    Hmm,
    I did a small test and managed to get the sessions to work with IE.
    the main page:
    <%@ page language="java" %>
    <%
    session.setAttribute("foo", "bar");
    %>
    <html><head><title>sessiontest</title>
    <script language="javascript" type="text/javascript">
    <!--
    function popUp(URL) {
    options="toolbar=no,directories=no,location=no,status=no," + "menubar=no,scrollbars=yes,resizable=yes,width=416,height=465, left = 362,top = 184";
    var Infowindow=window.open(URL, "Infowindow" ,options);
    Infowindow.focus();
    -->
    </script>
    </head>
    <body>
    sessionattribute <b>foo</b> has value <b>bar</b><p>
    <a href="javascript:popUp('<%= response.encodeURL("sessiondebugpopup.jsp") %>')">link to popup</a>
    </body>
    </html>popup:
    <%@ page language="java" %>
    <html><head><title>sessiontestpopup</title>
    </script>
    </head>
    <body>
    attribute value is:<p>
    <b><%= (String)session.getAttribute("foo") %>
    </body>
    </html>This works just fine, but the code in the actual application does not differ from this.
    Only difference I can figure out if that the .js popup() function is located in header.jsp and the call to the popup is in other .jsp that includes the header.
    Here's the call to the popup in the application:
    <a href="javascript:popUp('<%= response.encodeURL("pop.jsp?prod="+ rs2.getString("tuo_tuonro") +"&img="+ cnt.getPictureURL(rs2.getString("tuo_tuonro"), cnt.getUserId(user)))%>')">link</a>And the above code works just fine with firefox/opera/etc, but not with IE5/IE6 (haven't tried other IE versions though).
    This is really getting annoying.

  • Window.opener lost after submit on _self of a window

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    My problem is:
    1. main window (*1) opens a child window (*2) and save the reference to this new window in an array
    2. the child window (*2) shows a "wait please" image and open on _self the real requested page which can take some time to be created; the new page shows some search fields, the user types the filter and press button for submit; after submit the content of the child window (*2) is the result of a select on DB
    3. in the child window (*2) there is a button which opens another child window (*3)
    The problem is here: the child window (*2) search the main window (*1) using window.opener but its window.opener is itself.
    I need to save the references of all opened windows, so I can close them all when I close the main window (*1)
    For an example (more simple) click here:
    http://asp.rds-software.com/asptest/window.parent/mainwindow.html
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    == Plugins installed
    ==
    Adobe Acrobat 8.2.2.217
    Java(TM) 2 Platform Standard Edition 5.0 Update 6 5.0.60.5
    Microsoft DRM (Netscape Network Object) 9.0.0.4503
    Microsoft DRM (Netscape Plugin) 9.0.0.4503
    Mozilla Default Plug-in 1.0.0.15
    Shockwave Flash 9.0.124.0
    Windows Media Player Plug-in Dynamic Link Library 3.0.2.629
    Windows Presentation Foundation 3.5.30729.1

    Hi,
    try 10.1.3.3 - I tested it with this release and here it worked fine.
    Frank

  • Window open lost session

    I have a jsp app and it lost session when I try to popup new window
    Googled around, millions of results but no helps
    It seems problem is in my IE 8
    If anyone has expeience with the issue, please give me a help. Thank you
    Edited by: mycoffee on Jul 28, 2010 1:45 PM

    Solved
    Solution: Reboost the machine
    Sorry guys

  • A hardy ghost of Firefox is apparently running in my computer and I am unable to open Firefox, even after Window restarts and an uninstall/re-install. How do I find and fix this problem?

    What happened first is Firefox was revving and using most of my CPU, ultimately "not responding" too easily and for too long, so I closed it in order to reopen it, but Firefox remained running in background (Task Mgr, Processes) after closing, continuing to use almost all my CPU, so I ended the process in Task Mgr.
    When I went to re-open it, window opened and told me Firefox could not be opened because another "instance"(?) was still running, to close it or restart Windows. I couldn't close it because I already closed it AND ended the process, so I restarted Windows.
    When I tried to open Firefox, I got the same pop-up. I think I restarted Windows one more time, and then uninstalled Firefox, except for my personal settings (in order to save the bookmarks, which I couldn't find in the Firefox folder in Program Files (only Favorites, which were not my bookmarks; I later wondered if they were part of the Firefox add-on "Add This" --??).
    I then uninstalled Firefox and re-installed it. When I tried to start the newly re-installed program, I had the same pop-up telling me Firefox was already running and to close it or restart Windows.
    I searched my computer folders for anything that might help, did a Search of the computer for "Firefox", and was given some Firefox folders and if they weren't from the new re-install, I deleted them. One thing I noticed was that the program folder did NOT have the program (Firefox.exe) icon to start Firefox.
    I uninstalled Firefox and had to resort to using Internet Explorer, which I do NOT like. My rich library of bookmarks are who knows where.
    I don't know if this is related, but in searching my computer's Administrative Services and Component Tools (and the like) hoping to find something that would help me fix Firefox, I inadvertently learned that "MMC could not create the snap-in. The snap-in might not have been installed correctly. Name: .NET Framework 1.1 Config."
    Please help me get Firefox back and figure out what is going on in my computer that led to this. I am a basic user and not techno-computer saavy, so if anyone can help me with this, please give me step-by-step bonehead instructions.
    Thank you so much for any help you can offer!

    Make sure that Firefox is set as the default browser.
    *http://kb.mozillazine.org/Default_browser
    *https://support.mozilla.org/kb/How+to+make+Firefox+the+default+browser
    *https://support.mozilla.org/kb/Setting+Firefox+as+the+default+browser+does+not+work

  • XE service lost after windows server 2003 restart - must start repair

    I have a problem with Oracle XE 10g on Windows 2003 SP2.
    Installation went fine, I could use database, go to home page, add tables, views, functions etc.., link database to sql server and query tables from several sql several sql servers on the network etc.
    In general everything was fine, but...
    After windows 2003 restart XE service does not start, db home page is not accessible and
    lsnrctl stat
    is giving me:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-RUJ-2009 22:46
    :26
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR
    _XE))(ADDRESS=(PROTOCOL=TCP)(HOST=sql-server-test.ie.local)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 25-RUJ-2009 22:45:56
    Uptime 0 days 0 hr. 0 min. 30 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sql-server-test.ie.local)(PORT=1521)
    )(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    There is no sign of XE, XEXBD nor XE_XPT service.
    I restarted installation and performed repair and everything went back to normal.
    After repair
    lsnrctl stat
    is giving
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-RUJ-2009 23:11
    :40
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR
    _XE))(ADDRESS=(PROTOCOL=TCP)(HOST=sql-server-test.ie.local)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 25-RUJ-2009 22:45:56
    Uptime 0 days 0 hr. 25 min. 44 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sql-server-test.ie.local)(PORT=1521)
    )(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=
    HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    After repair all is good but I must not restart server.
    If I do this the story repeats itself.
    No XE, XEXBD etc services, no access to database nor to homepage.
    Starting install/repair - everything works. After restart same story again....
    I could not find the way to aviod constant repair after restart.
    Is there any way out of this?

    Thank you for the response.
    But the problem persist.
    The lsnrctl dont recognise the XE service. The OracleServiceXE is up and running.
    D:\oraclexe>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 12-OCT-2009 12:55
    :48
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    (SRVR = DEDICATED)
    )

  • Session problem in a new window created by window.open()

    hello,
    I have a drugsearch.jsp page, I sessioned an durgCollection object on this jsp page using session.setAttribute("drugCollection",drugCollection);
    there is a link on this jsp which will call a javascript to open a new window .
    here is the javascript to open another new window:
    function openReportWindow()
    window.open("/drug/Report.jsp","report", "toolbar,scrollbars,width=800,height=800,left=100,top=10");
    but in the Report.jsp, I won't be able to get the same session object as in the calling jsp ( drugsearch.jsp) by calling session.getAttribute("drugCollection").
    if I change the link on drugsearch.jsp to link to the Report.jsp directly instead of opening a new window, then I can get the same session object from the Report.jsp.
    what's the problem? can someone give me an advice?
    thanks

    A session is assosiated with one client(browser).
    when you open a new browser, a new session is created. In order to have common place for both the browsers, try storing the data in the 'Servlet Context'

  • I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acr

    I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acrobat doesn't respond to any command I can give and, in place of the pointer arrow, a vertical bar, as the one of the text editor appears. The only way I can stop Acrobat is by means of the task manager. I tried to de-install and the re- install Acrobat but the behaviour is always the same. What can I do??

    Have you opened Acrobat and gone to Help>Updates to get an updated install?

Maybe you are looking for

  • I have a pc running vista and the hard drive crashed how can i transfer my songs from Ipod nano 5th gen to my new hard drive and into itunes

    I have a pc running vista and the hard drive crashed how can i transfer my songs from Ipod nano 5th gen to my new hard drive and into itunes

  • Displaying dynamic attributes of a sku

    Hi, I have added dynamic attributes(key) for a sku and these attributes have further options example: colour(key)-red, green size(key)-small, large I want to display these in my jsp in a similar way based on key. Can somebody help me with this. Thank

  • Duplicated Invoices

    Hi, using this report "S_ALR_87012341 - Invoice Numbers Allocated Twice" I have analyzed the duplicated invoices. but I am not sure about  the accuracy of the data provided. in that list can there be any reversed  doc numbers?how to capture that info

  • AVK does not find common libraries

    In our current JBoss application we have commons-logging.jar in a lib directory common to all WebApps. Now we run AVK 1.4.2 prior to a migration. How to tell AVK about this common lib? Once it helped to copy it into C:\j2sdk1.4.2_08\jre\lib\ext, but

  • How do I get the procedure name

    Hi, With help of our application we are updating one table (P_Balance) in this account status and date through some procedures. in some situation only account status column get proper value, but date column having NULL value. Now we decided to track