Hi, we have a GWT application running with Websphere. One browser opens another browser. So far so good. The new browser get the session passe on. If I start working in the new Browser, the Session gets lost so that I cannot go back to the original Browser. With Firebug I was able to see the following header informations:
Request-Header: Host: localhost:8080 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/ *;q=0.8 Accept-Language: de Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Content-Type: text/x-gwt-rpc; charset=utf-8 Referer: http://localhost:8080/LbrWeb/ratingflexeditor/D173FD81F0A42694588C128CE86661ED.cache.html Content-Length: 221 Cookie: JSESSIONID=0000AbCu08gi4Eg2t7tZX3VHQ4a:-1 Pragma: no-cache Cache-Control: no-cache Response-Header: Content-Length: 68 Content-Type: application/json; charset=utf-8 Content-Disposition: attachment Content-Language: de-DE Set-Cookie: JSESSIONID=0000r75VX5pNUdmMiVxD0BSyNgt:-1; Path=/ Date: Tue, 16 Jun 2009 17:28:57 GMT Server: WebSphere Application Server/6.1 Expires: Thu, 01 Dec 1994 16:00:00 GMT Cache-Control: no-cache="set-cookie, set-cookie2" It seems that even if the browser sends the old/original sessionid, Websphere creates a new session. I have already checked out the session timeout. URL Rewriting in Websphere didn't help either. Cookies are activated. It might be a Websphere problem. Has anyone come up against similar problem ? Can anyone give me tips where to look for or what to try ? Best wishes, kta --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
