Hello Meletis,

There is a report [1] that tells pretty much the same story, but this
time FF loses the session and Safari works ok.

Couple of things to check:

- Do you have any particular extensions installed in Safari?
- Are the requests launched simultaneously or in sequence?
- Are the requests launched against the same target (same url? same
port? mind aliasing problems like a servername vs, its IP) - though
this should be prevented by the same origin policy
- Does your RPC service really set a session ID?
- Does your session expire too fast? (Date/Time problem on the
computer running Safari?)


[1] 
http://code.google.com/p/google-web-toolkit/issues/detail?id=4181&q=safari%20session

On Jan 28, 3:34 pm, Meletis <[email protected]> wrote:
> Thank you for your reply, Marcus.
>
> It is only tested on Apache Tomcat 6. Are there any other servlet
> containers to test with?
>
> On 28 Ιαν, 03:24, Marcus Vinícius Bastos de Andrade
>
> <[email protected]> wrote:
> > Which application server/servlet container have you tested your application
> > ?
> > Try test your application with Safari browser in another application server
> > nor servlet container.
> > There's any bug registered for this case ?
>
> > On Wed, Jan 27, 2010 at 11:45 AM, Meletis <[email protected]> wrote:
> > > Hello there!
>
> > > I have created an application, but for some reason I cannot maintain
> > > the session between RPC calls. After loading the the home page, there
> > > are two different RPC calls that are being called.
>
> > > Debugging the session id, I saw that the home page, 1st and 2nd RPC
> > > are loaded with 3 different session ids! Every time an RPC is called
> > > afterwards, a new session is created on the server.
>
> > > The strange thing is that this is only happening with Safari 4. It
> > > works fine on IE,FF, Opera and Chrome!
>
> > > Any ideas?
>
> > > --
> > > 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]<google-web-toolkit%[email protected]>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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.

Reply via email to