I'm losing my session with IE 6.02800

I hope you can help me,
My server: Win2000, Forte Community Edition, Java 1.3.1xxxx
My clients: WinXP, Forte CE, java 1.3.1xxxx, IE 6.02800.1106.xpsp1
With clients IE 5x the sessions persist.
With clients IE 6x, I'm losing them!!!!!
The code is OK, I'm sure of that because with other clients it works fine, but with IE 6x I get null on my session variables. WHY!!!
I've searched for a service pack, or an update, or something but in MS.com it�s not clear.
HELP ME, PLS!!!!

I'm facing the same problem and I know that using encodeUrl to put the session ID on the URL solves it, but I'm developing a large application and it's impossible to change all URLs.
Does anyone knows how to solve the problem configuring the IE security properties?
By the way, my e-mail is [email protected]
Thanks
Jorge

Similar Messages

  • Losing session with WLS 7.02 in cluster env

              PROBLEM: We are losing our session when running in our app in a clustered environment.
              The user can use the app for a while, but then weird stuff starts happening. In
              some cases, the login check that we do at the begining of each request fails,
              because it tries to check for a login token in the session, and the session has
              been wiped out. The user gets forwarded to the login page.
              Our configuration is:
              WLS 7.0.2 (OS = Windows 2000)
              Admin Server and a managed server A at APP1 (physical machine), another managed
              server B
              at APP2 (physical machine), A and B is in one cluster. We had 6 Apache Servers
              2.0.45 (OS = Linux) and each works together with Weblogic Plugin. The weblogic
              plugin has the following configuration:
              <Location /sample>
              SetHandler weblogic-handler
              WeblogicCluster 10.1.1.11:7010,10.1.1.12:7010
              Idempotent ON
              CookieName JSESSIONID
              </Location>
              The server A and B use round-robin loadblancing, and we have a hardware loadblancer
              infront of Apache to do loadblancing for our 6 web servers.
              In weblogic.xml we config our application to use replicated for session failover.
              Losing session is randomly happened.
              Anyone of you have any idea?
              Thanks in advance.
              Harry
              

    To verify that it is WL and not your app logic, try using a different
              session replication implementation for testing, such as the one that comes
              with Coherence for Servlet 2.3 containers:
              http://www.tangosol.com/coherence.jsp
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Harry Yu" <[email protected]> wrote in message
              news:[email protected]...
              >
              > PROBLEM: We are losing our session when running in our app in a clustered
              environment.
              > The user can use the app for a while, but then weird stuff starts
              happening. In
              > some cases, the login check that we do at the begining of each request
              fails,
              > because it tries to check for a login token in the session, and the
              session has
              > been wiped out. The user gets forwarded to the login page.
              >
              > Our configuration is:
              > WLS 7.0.2 (OS = Windows 2000)
              > Admin Server and a managed server A at APP1 (physical machine), another
              managed
              > server B
              > at APP2 (physical machine), A and B is in one cluster. We had 6 Apache
              Servers
              > 2.0.45 (OS = Linux) and each works together with Weblogic Plugin. The
              weblogic
              > plugin has the following configuration:
              > <Location /sample>
              > SetHandler weblogic-handler
              > WeblogicCluster 10.1.1.11:7010,10.1.1.12:7010
              > Idempotent ON
              > CookieName JSESSIONID
              > </Location>
              >
              > The server A and B use round-robin loadblancing, and we have a hardware
              loadblancer
              > infront of Apache to do loadblancing for our 6 web servers.
              >
              > In weblogic.xml we config our application to use replicated for session
              failover.
              >
              > Losing session is randomly happened.
              >
              > Anyone of you have any idea?
              >
              > Thanks in advance.
              >
              > Harry
              >
              

  • Losing user session using the AutoLoginBacking portlet

    I have a need to use a cookie based login within my portal. I am using the AutoLoginBacking
    portlet that is located in the tutorial.portal samples. My portal contains a
    Main Book with a page (that contains the AutoLoginBacking.portlet) and two nested
    books within the Main Book (one book contains 1 page, the other book contains
    4 pages in a "tabbed" fashion)
    I have noticed that this AutoLoginBacking Login portlet appears to be losing the
    session when I move to the book containing the 4 pages within my bea portal.
    This nested book contains pageflow portlets. When I traverse to page 1 of this
    book, the login session appears to work fine, but when I traverse to page 4, I
    seem to loose the session.
    The way I see this behavior occuring is I grab the user name and place it on the
    page...only on page 1 does it appear, on page 4, it appears as null and my AutoLoginBacking
    portlet reverts from Logout to Login
    Could this be do to the fact that the login uses a backing file instead of it
    being a PageFlow portlet like the LoginController? I've read some documentation
    on the bea site: http://dev2dev.bea.com/products/wlworkshop81/articles/pg_flows.jsp
    that states, "Forwarding/redirecting to a nested page flow, or raising any action
    on it, causes nesting to occur. The original page flow is pushed onto the "nesting
    stack" until the nested page flow raises a return action, using the return-action
    attribute on @jpf:forward. "
    Does anyone know how to resolve this issue?
    Thanks for your help.

    I have a need to use a cookie based login within my portal. I am using the AutoLoginBacking
    portlet that is located in the tutorial.portal samples. My portal contains a
    Main Book with a page (that contains the AutoLoginBacking.portlet) and two nested
    books within the Main Book (one book contains 1 page, the other book contains
    4 pages in a "tabbed" fashion)
    I have noticed that this AutoLoginBacking Login portlet appears to be losing the
    session when I move to the book containing the 4 pages within my bea portal.
    This nested book contains pageflow portlets. When I traverse to page 1 of this
    book, the login session appears to work fine, but when I traverse to page 4, I
    seem to loose the session.
    The way I see this behavior occuring is I grab the user name and place it on the
    page...only on page 1 does it appear, on page 4, it appears as null and my AutoLoginBacking
    portlet reverts from Logout to Login
    Could this be do to the fact that the login uses a backing file instead of it
    being a PageFlow portlet like the LoginController? I've read some documentation
    on the bea site: http://dev2dev.bea.com/products/wlworkshop81/articles/pg_flows.jsp
    that states, "Forwarding/redirecting to a nested page flow, or raising any action
    on it, causes nesting to occur. The original page flow is pushed onto the "nesting
    stack" until the nested page flow raises a return action, using the return-action
    attribute on @jpf:forward. "
    Does anyone know how to resolve this issue?
    Thanks for your help.

  • Call transaction in new session with the value at hotspot

    Hi all,
    As a hotspot functionality I would like to open a new transaction in a new session with the value at hotspot. For that reason, I am using the FM ABAP4_CALL_TRANSACTION with the option STARTING NEW TASK.
    This FM is not working because Parameter ID is not Maintained for the field (Hotspoted). So no value is passing to new transaction.
    Please suggest any other way to implement this.
    Thanks

    Hi Anil..
    This is the Solution for ur Requirement.   try this program and change as per ur need.
    REPORT  ZSEL_CALL_TCODE.
    data : IT_KNA1 TYPE TABLE OF KNA1 WITH HEADER LINE.
    DATA : IT_SPA TYPE TABLE OF RFC_SPAGPA WITH HEADER LINE.
    SELECT * FROM KNA1 INTO TABLE IT_KNA1 .
    LOOP AT IT_KNA1 .
      WRITE:/ IT_KNA1-KUNNR HOTSPOT ON.
      HIDE IT_KNA1-KUNNR .
    ENDLOOP.
    CLEAR IT_KNA1-KUNNR.
    AT LINE-SELECTION.
    CASE SY-LSIND.
    WHEN 1.
    IF IT_KNA1-KUNNR IS NOT INITIAL.
    REFRESH IT_SPA.
    IT_SPA-PARID = 'KUN'.
    IT_SPA-PARVAL = IT_KNA1-KUNNR.
    APPEND IT_SPA.
      CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'S1'
        EXPORTING
          TCODE                         = 'XD02'
         SKIP_SCREEN                   = ' '
        MODE_VAL                      = 'A'
        UPDATE_VAL                    = 'A'
      IMPORTING
        SUBRC                         =
       TABLES
        USING_TAB                     =
         SPAGPA_TAB                    = IT_SPA
        MESS_TAB                      =
      EXCEPTIONS
        CALL_TRANSACTION_DENIED       = 1
        TCODE_INVALID                 = 2
        OTHERS                        = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      ENDIF.
    ENDCASE.
    <b>Reward if Helpful.</b>

  • You cannot shadow a session with multiple monitors enabled in Windows Server 2008 R2

    Searching through the forums (and according to KB2484290) it appears that there is no solution to this problem.  We are rolling out thin clients that are using dual monitors exclusively and we were very surprised to find out that we couldn't shadow
    sessions with dual monitors (which to us means that we can't shadow ANY sessions).  This now completely changes our approach to managing these devices. 
    We are running Windows Server 2008 R2 SP1 with Remote Desktop Services installed.  The thin clients are running Windows Embedded Standard 7 with the latest updates / RDP client. All steps have been followed to ensure that the apropriate settings and
    permissions have been set up to allow access into the session. 
    We tested by unchecking the RDP setting “use all my monitors for the remote session”, with that setting disabled shadowing worked
    Questions:
    1. KB2484290 is from Dec 2010 - It's now April 2012, is there a workaround / hotfix for this issue that will allow us to shadow sessions using the native Microsoft tools?
    2. Are there any recommended alternatives (software)?  Free/Paid - doesn't matter we just need something that will work.  I'm sure there are a few options out there but I am looking for suggestions for what people have used in the past that worked
    best for them to help us narrow down the choices.

    Hi,
    In my experience, so far, the workaround is Remote Assistance, Remote Assistance supports multiple monitors, and is the presently recommended solution if you need this functionality. Remote Assistance is a Windows Server Feature that must be explicitly installed
    on Windows Server 2008 R2; it is already installed with the client versions of the operating system.
    More information:
    Remote Assistance Overview
    http://technet.microsoft.com/en-us/library/cc753881.aspx
    Remote Assistance and Resulting Internet Communication in Windows Server 2008
    http://technet.microsoft.com/en-us/library/cc770456(v=ws.10).aspx
    As far as I know, there are some third-party tools can be used as the solution, such as Teamviewer, ISL Online, etc.
    Please Note: The third-party products discussed here are manufactured by companies that are independent of Microsoft. We make no warranty, implied or otherwise, regarding
    these products' performance or reliability.
    Regards,
    Dollar Wang
    Forum Support
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Technology changes life……

  • How do I create a session with the datasource set in code not sessions.xml

    I want to create a session where I specify the J2EE datasource name dynamically in code. Normally, I would hard-code a J2EE datasource name in sessions.xml e.g.
    <login>
    <datasource>jdbc/MyApplicationDS</datasource>
    <platform-class>oracle.toplink.platform.database.oracle.Oracle10Platform</platform-class>
    <uses-external-connection-pool>true</uses-external-connection-pool>
    <uses-external-transaction-controller>true</uses-external-transaction-controller>
    </login>
    However, we don't want to use a hard-coded string "jdbc/MyApplicationDS". We want to be able to set this at runtime.
    I found this in the App Developer's Guide:
    Configuring an External Connection Pool in Java
    To configure the use of an external connection pool in Java:
    1. Configure the DataSource on the server.
    2. Configure the Login to specify a DataSource and the use of an external connection pool:
    login.setConnector(
    new JNDIConnector(new InitialContext(), "jdbc/MyApplicationDS"));
    login.setUsesExternalConnectionPooling(true);
    and this:
    Configuring Sessions with the sessions.xml File
    OracleAS TopLink provides two ways to preconfigure your sessions: you can export and compile Java source code from the OracleAS TopLink Mapping Workbench, or use the OracleAS TopLink Sessions Editor to build a session configuration file, the sessions.xml file.
    It seems like I should export and compile Java code that calls login.setConnector(), but I can't find out any information on how to do this. I looked at the MW user guide and I didn't see anything on this.
    I also found this by searching this discussion forum:
    To create a server session completely from code given a project you can use,
    project.getLogin().setConnector(new JNDIConnector(new InitialContext(), "your-datasource-url"));
    project.getLogin().setUserName("");
    project.getLogin().setPassword("");
    Server server = project.createServerSession();
    server.login();
    However, I don't know how to get the project.
    Thanks,
    Vicki

    If you are using a sessions.xml file, you can get your project from your session. Ensure that when you access your session from the SessionManager, that you do not have it login.
    Session session = SessionManager.getManager().getSession("my-session", false);
    session.getProject().setConnector(...);
    session.login();
    If not using a sessions.xml, you can either read your Project from the XMLProjectReader, or instantiate your Project class directly.

  • LIBOVD ERROR  - "validateContextToken: workflow session was not found for given context. Create a new workflow session with token"

    Hello everyone,
    I have the following scenario:
    We're using "Oracle SOA Suite 11g 11.1.1.7.0" (Patched w/ 17893896) mainly for a BPM/Human workflow composite. Former, we were having the error bellow:
    <Mar 16, 2015 1:13:03 PM BRT> <Error> <oracle.soa.services.workflow.query> <BEA-000000> <<.> Verification Service cannot resolve user identity. User weblogic cannot be found in the identity repository. Workflow Context token cannot be null in request.
    ORABPEL-30511
    When that error ocurred, no one was able to use the system (BPM/Human Workflow).
    I opened an SR, and after some analysis from the support, it recommended me to set up "virtualize=true" in EM, and restarting the domain. Then it started logging the following:
    connection to ldap://[10.200.10.57]:7001 as cn=Admin.
    javax.naming.NamingException: No LDAP connection available to process request for DN: cn=Admin.
    Looking up on support KB, I found this note Doc ID 1545680.1 and increased from Max size of Connection Pool 10 to 200. That did work successfully! Problem now is that the <SERVER>_diagnostic.log is being filled up with the following error:
    [2015-03-31T16:03:46.421-03:00] [soa_server2] [ERROR] [] [oracle.soa.services.workflow.verification] [tid: [ACTIVE].ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: e0194e38aa6c9a2f:39fc1ff9:14c5def5247:-8000-00000000000a5653,0] [APP: soa-infra] <.>    validateContextToken: workflow session was not found for given context. Create a new workflow session with token=51490173-e3d0-41dd-ae99-983915aa8454;;G;;Z+P7Oe9ABnoTUQD9ECryEW2l0/8yRcqPDyZsOWBCuzMmRgA3Qsj601TxmWQ87z2MjuwW5AH+KzgjIwkPmhJFdpc1FrE6Y/MrN1bxIDHJWu2/zP3iSNwKD07hRrh/U37Ea0TvaQyuaHJIog9y3Ptmzw==
    One important point is that we're using only the embedded WLS ldap. So I am not 100% sure if we should be using the virtualize flag=true, once all docs I read point out that this should be done when using multi-ldap providers.
    Also, I only got this error in the "diagnostic.log".
    Although, no user has complained about using the system, I really want to work it out. Anyone has any suggestions?
    Thanks in advance!

    I have moved your thread from Certification to SOA Suite to get proper assistance.
    Thanks,
    Lisa

  • The HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't work.  All software is updated.

    My HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't resolve anything.  All software/drivers have been updated.

    My HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't resolve anything.  All software/drivers have been updated.

  • HT200169 Having a problem with Logic 9 on a Mac Pro.Working on a lenghty song and apparently session got corrupted.Doesnt let me export tracks,program crashes.Already tried start brand new session with the tracks imported into it but still wont export.Sug

    Hello,having a problem with Logic 9 on a Mac Pro.Working on a lenghty song and apparently session got corrupted.Doesnt let me export tracks,program crashes.Already tried start brand new session with the tracks imported into it but still wont export.Suggestions?

    Thanks, Ian. Yeah, that's how I do it now...or with the controls in the left side pane. Still, I would have liked that quick on-the-spot edit capability...especially while sketching.
    Ian Turner wrote:
    Sorry Mark, you are out of luck as it does not do that - it works the same as L8. The way I would achieve that with more accuracy and control would be to route all the tracks you want to fade to a Bus then use volume automation on the bus. To do this you will need to add a standard audio track, then re-assign it using (Control Click on the track header) to the Bus track. You can then automate volume/plugins etc on the Bus track.
    Ian

  • Unable to establish a session with the Address Book Server

    I have installed the following
    Sun Java System Messaging Server 7 Update 3
    Sun Java System Calendar Server 6.3
    Sun Java System Directory Server 6.3.1
    GlassFish Enterprise Server 2.1 Patch 2 with HADB support
    Delegated Administrator 7
    Sun Convergence 1 Update 3
    as per the instruction here
    http://wikis.sun.com/display/CommSuite7/Sun+Java+Communications+Suite+7+on+a+Single+Host
    My problem is that when I open outlook and try to add a new contact, I get a message saying:
    Unable to establish a session with the Address Book Server. Contact your server administrator for help or try later.
    When using webmail, I can add contacts just fine.
    How can I fix this problem?
    Thanks
    Edited by: Nevron on 26 ??? 2010 11:31 ??

    Nevron wrote:
    My problem is that when I open outlook and try to add a new contact, I get a message saying:
    Unable to establish a session with the Address Book Server. Contact your server administrator for help or try later.Refer here:
    http://forums.sun.com/thread.jspa?threadID=5424727
    You need to log a Sun support request to get the latest Convergence patch.
    Regards,
    Shane.

  • TS3103 All of a sudden can't receive email on Mail client.  Sessions with service provider (Att/yahoo) and Apple have yielded no results!

    All of a sudden can't receive email on Mail client.  Sessions with service provider (att/yahoo) and Apple have yielded no results!  Recently upgraded to Lion, but have received email since.  Anyone having the same problem.  Apple says service provider problem, service provider say it's the mail client.  Anyone had this problem???

    No.  My frustration with the problem just led me to begin the process convert all my email to a gmail client.  However, after some time all my mail with att/yahoo has been coming through as before.  Go figure.  Still will convert to gmail.

  • Kill inactive sessions with no programs run it

    hi all,
    my database is 10gR2 with developer 6i
    the database have huge number of sessions with no programs running it like oracle form, some of those sessions stack in v$session table due to power failure.
    restart server solve the problem, but it is not efficient.
    is there any method to fined witch of database sessions is actually connect to the database and have application running it ?

    This script will give you the complete detail of Session , PID and Program which is running in dagtabase level.
    You can include the "STATUS" coloumn from v$session to get user status.
    Script is like this:
    set echo off;
    set termout on;
    set linesize 80;
    set pagesize 60;
    set newpage 0;
    select
    rpad(c.name||':',11)||rpad(' current logons='||
    (to_number(b.sessions_current)),20)||'cumulative logons='||
    rpad(substr(a.value,1,10),10)||'highwater mark='||
    b.sessions_highwater Information
    from
    v$sysstat a,
    v$license b,
    v$database c
    where
    a.name = 'logons cumulative'
    ttitle "dbname Database|UNIX/Oracle Sessions";
    set heading off;
    select 'Sessions on database '||substr(name,1,8) from v$database;
    set heading on;
    select
    substr(a.spid,1,9) pid,
    substr(b.sid,1,5) sid,
    substr(b.serial#,1,5) ser#,
    substr(b.machine,1,6) box,
    substr(b.username,1,10) username,
    -- b.server,
    substr(b.osuser,1,8) os_user,
    substr(b.program,1,30) program
    from v$session b, v$process a
    where
    b.paddr = a.addr
    and type='USER'
    order by spid;
    ttitle off;
    spool off;
    Save this script with your desire name and run in Database.
    Mukesh

  • Old Oracle Session with Tomcat is not kiiling automatically

    Hi,
    I am facing a problem of increasing inactive oracle sessions with tomcat, Old Oracle sessions with tomcat are visible with new one.
    if somebaody did not restarted tomcat gracefully, then does Oracle keep the session connected or is there any way that whenever any one restarted tomcat abnormally, Oracle session can be killed.
    I had restart the database to kill session.

    Could you please tell me that where do i set this parameter in parameter file or sql net file and what is the recommended value, do you have any document on this.
    Another thing tomcat is in other server machine and my database is in different server machine, killing process in tomcat server machine manually may not kill linux process on oracle database machine and therefore oracle sessions are still there.
    Is it possible?
    Edited by: user605066 on 28-Aug-2008 04:59

  • Kill Session with Ctrl+Alt+backspace+backspace, doens't kill but disconnect

    I've got 4 Oracle Solaris servers with SRS 5.1.2 installed. The servers are configured in failover configured in SRS. When I try to kill (terminate) a session with Ctrl+Alt+backspace+backspace the session will not be terminate. Instead of killing it will be in the state of disconnected on the Sun Ray Administration. I can only terminate the session if I'm on the Sun Ray Administration by selecting the session and click terminate. Does anybody has the same issue, if the sun ray servers are configured as failover?

    A simple google for "terminate:ctrl_alt_bksp" yields https://bbs.archlinux.org/viewtopic.php?pid=602885 as the first hit.
    You could also use an xorg configuration file as is mentioned in the link you posted (a bit higher than the part you linked) and there is an entry for "XkbOptions".

  • Alternate Xorg session with desktop [SOLVED]

    My goal is to run multiple X sessions with separate openbox and KDE enviroments.
    I open TTY6 with alt+ctrl+F6 and run xinit /usr/bin/openbox -- :1 and my new and shiny openbox opens nicely.
    The problem is, that when I return to my KDE with alt+ctrl+F7 and then try to switch to my still running openbox instance - I see only running xorg messages on my TTY6 but no desktop.
    I can kill xorg on TTY6 with ctrl+C and start openbox session again, but it's still very annoying.
    I can start that other xorg session with any desktop enviroment, even altrnate KDE, but the result is the same, console screen with running xorg messages.
    Any ideas would be appreciated.
    Last edited by uhuu (2013-03-12 23:37:57)

    You're welcome.
    A TTY can't be both a terminal and an X server. For example, on my computer, when my computer boots it automatically makes TTY1 my X server. Then I go to TTY2 and use the "startx -- :1" command, and the new X server starts on TTY3.
    The same thing happened before systemd, except traditionally it was TTY1 - TTY6 for terminals and TTY7 - TTY10 for X servers, so it was easier to know where things were going to be (you can still setup systemd to behave that way)
    Also, I don't think "TTY" is the correct word to use... But I don't know the correct term.

Maybe you are looking for

  • ITunes not syncing more than 1 song at a time with SLVR

    I need some help with Itunes and syncing it to my son's Motorola SLVR L7. It seems that if I try to sync more than 1 song at a time, it fails out saying that it can not find file. I can sync one song at a time, but I have to disconnect and reconnect

  • SMB shares in solaris 11.1

    hi , i am a newbie to solaris 11.1 and i need to allow windows users in a Workgroup Mode to access SMB shares without username or password and have full permissions , how can i do it ??? thanks in advance

  • Firmware update E6 doesn't work

    I tried to update the firmware of my E6 from V21 to V22. But I get the error 12017. I reinstalled OVI suite, and restarted my phone but no luck. Could Language be a problem (mine is on Dutch)? Solved! Go to Solution.

  • HT4757 EOS 6D - iphoto - viewer- not compatible

    I have OX Lion10.7.5 with Iphoto 8.1.2 (424) and iPhoto does not accept CR2 (RAW) from EOS6D, neither do viewer- What can I do?  Many Thanks. Thierry

  • How do I recover accidentally deleted Certificate Authority?

    Hi, Running Firefox 5 on Ubuntu 10.10 and while troubleshooting some other issues, I believe I have deleted a Certificate Authority accidentally. Because of this I cannot securely access Facebook or any https Google sites. I can, however, access Bank