getThreadLocalRequest().getSession() is returning a different session
object than the one I instantiate with request.getSession(true) in
another servlet--but only in IE. FF Chrome Safari all work. I was
reading more news posts, and it seems to have to do with either IE
using multiple threads while processing javascript. Or, it might be
related more to this.

http://code.google.com/p/google-web-toolkit/issues/detail?id=2236
which has to do with instance variable thread locals.

I have tried everything. I have tried setting cookies, filtering
requests and keeping my own thread local storage, using dynamic host
page, setting *.js as resource-files (for app engine) and placing
filters around them.

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

Reply via email to