Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Disabling Session Cookies in Jetty, RAP cannot tabbed browsing in IE7 using the patch of bug 317616(RAP,Cookies,tabbed browsing,bug 317616)
Disabling Session Cookies in Jetty, RAP cannot tabbed browsing in IE7 using the patch of bug 317616 [message #550644] Tue, 03 August 2010 22:12 Go to next message
Eclipse UserFriend
Hi all experts,
When disabling Session Cookies in Jetty 6.x with the configuration below, I
found that it cannot to run RAP1.3 applications on multiple
browser-tabs In IE7 using this patch of bug 317616. But it can work fine on In IE6 and FireFox.

I can reproduce the tabbed browsing problem by the following steps.

step 1: Disabling Session Cookies in Jetty 6.x with the configuration below:
============================================================ =================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"
"http://jetty.mortbay.org/configure.dtd">
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
<Get name="sessionHandler">
<Get name="sessionManager">
<Set name="usingCookies" type="boolean">false</Set>
</Get>
</Get>
</Configure>
============================================================ =================

step2: Run the RAP application with the patch code of bug 317616:

https://bugs.eclipse.org/bugs/attachment.cgi?id=174011&a ction=diff

https://bugs.eclipse.org/bugs/show_bug.cgi?id=317616


step3: Open RAP applications on multiple browser-tabs In IE7. Then the problem
is reproduced. The RAP application is loading always on multiple browser-tabs,
and the RAP applications have not any response on all opened tabs.

step 4: I try to delete the patch code of bug 317616:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317616, And also Open RAP applications on
multiple browser-tabs In IE7, Then the problem is solved. The rap UI can work
fine on multiple browser-tabs In IE7.

The Jetty version I am using is 6.1.23
The RAP version I am using is 1.3 release.

Best Regards.
Re: Disabling Session Cookies in Jetty, RAP cannot tabbed browsing in IE7 using the patch of bug 317 [message #551054 is a reply to message #550644] Wed, 04 August 2010 23:22 Go to previous message
Eclipse UserFriend
Does anyone know how to handle?
Previous Topic:Send a request from a custom widget
Next Topic:HTML5 & E4 XWT?
Goto Forum:
  


Current Time: Wed Jul 09 09:23:39 EDT 2025

Powered by FUDForum. Page generated in 0.03478 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top