Re: JSONP, GWT and Stateful Sessions

2008-10-21 Thread eggsy84
Possibly call out to the GWT team to update this article as I know a lot of people refer to it for JSONP and GWT advice/tutorial. ? On Oct 21, 11:13 pm, eggsy84 <[EMAIL PROTECTED]> wrote: > Hi all > > Just as a bit of feedback on this. > > I was experiencing this problem after having read Dan Mo

Re: JSONP, GWT and Stateful Sessions

2008-10-21 Thread eggsy84
Hi all Just as a bit of feedback on this. I was experiencing this problem after having read Dan Morills article (http://code.google.com/support/bin/answer.py? answer=65632&topic=11368) and the changes he suggests at the end referencing window[callback] instead of $wnd[callback]. If you continue

JSONP, GWT and Stateful Sessions

2008-10-21 Thread eggsy84
Has anyone noticed that when performing JSONP calls (with GWT and possibly without) that between calls it loses session state? I have wrote a small app that aims to maintain state but each call is under different session (Proven by checking the session id) Has anyone come across this? Any ideas