Anecdotally, 1) The problem only exists in IE. Firefox/Safari/Chrome work fine, correct? 2) The dynamic height failure occurs because the "invalid auth token" JavaScript exception aborts further JavaScript processing. Therefore, the dynamic-height JS is never run. 3) The work-around in IE is to re-browse (click in the address bar and hit <return> or click "Go") instead of reload.
Does all that match your experience? I have not (yet?) debugged the cause of the failure since I almost never use IE. Has anyone else debugged this? If not, I may feel compelled to do so... :-) Thanks, Dave -----Original Message----- From: Neo Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2008 8:33 AM To: shindig-dev@incubator.apache.org Subject: "Invalid auth token" Can some one help me regarding this one? ---------- Forwarded message ---------- From: Neo Anderson <[EMAIL PROTECTED]> Date: Wed, Nov 19, 2008 at 7:29 PM Subject: "Invalid auth token" To: shindig-dev@incubator.apache.org When I open the sample page " http://localhost:8080/gadgets/files/container/sample6.html", Dynamic height is working. But when I refresh the page by click on reload button or F5, then dynamic height feature is not working and I am getting the error "Invalid auth token". What would be the possible reason?