On Wed, Sep 15, 2010 at 8:35 AM, Clemens Wyss <[email protected]> wrote: > looks like an IE caching issue. > If we make the getSessionInfo-URI "unique" > (i.e. prevent caching) it works: > ... > var res=Sling.httpGet(Sling.baseurl+"/system/sling/info.sessionInfo."+new > Date().getTime()+".json"); > ... > > WDYT?
Sounds reasonable, +1 on this change. -Bertrand
