Re: Strange behavior of sessions when using Safari 4

2010-01-28 Thread George Georgovassilis
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  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
>
>  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  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 google-web-tool...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com
> > > .
> > > 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Strange behavior of sessions when using Safari 4

2010-01-28 Thread Meletis
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
 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  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 google-web-tool...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com
> > .
> > 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Strange behavior of sessions when using Safari 4

2010-01-28 Thread Marcus Vinícius Bastos de Andrade
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  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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Strange behavior of sessions when using Safari 4

2010-01-27 Thread Meletis
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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.